#BAF0F2

Color #BAF0F2 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BAF0F2

Tints of Pale Turquoise #BAF0F2

Color information

#BAF0F2 (or 0xBAF0F2) is unknown color: approx Pale Turquoise. HEX triplet: BA, F0 and F2. RGB value is (186,240,242). Sum of RGB (Red+Green+Blue) = 186+240+242=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F2 is #450F0D. Grayscale: #E0E0E0. Windows color (decimal): -4525838 or 15921338. OLE color: 15921338.

HSL color Cylindrical-coordinate representation of color #BAF0F2: hue angle of 182.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0F2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186240242-
CMYK0.230.0100.05
HSL182.14º68.29%83.92%-
HSV(B)182.14º23.14%94.9%-
XYZ67.4479.1795.73-
YUV224.08138.11100.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=27.84%
G=35.93%
B=36.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862402420.230.0100.05182.1468.2983.92
HexBAF0F217105b64454
Octal27236036227105266104124
Binary10111010111100001111001010111101011011011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0F2; }

 p { color: rgb(186,240,242); }

 H1.HeaderClassName
 {
   color: #BAF0F2;
 }
 .AnyTagClassName
 {
   color: #BAF0F2;
 }
</style>
background-color css

<style>
 a { background-color: #BAF0F2; }

 a { background-color: rgb(186,240,242); }

 div.DivClassName
 {
   background-color: #BAF0F2;
 }
 .BgClassName
 {
   background-color: #BAF0F2;
 }
</style>
border-color css

<style>
 span { border-color: #BAF0F2; }

 span { border-color: rgb(186,240,242); }

 td.TdClassName
 {
   border-color: #BAF0F2;
 }
 .TagClassName
 {
   border-color: #BAF0F2;
 }
</style>