#BAF2F9

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

Shades of Pale Turquoise #BAF2F9

Tints of Pale Turquoise #BAF2F9

Color information

#BAF2F9 (or 0xBAF2F9) is unknown color: approx Pale Turquoise. HEX triplet: BA, F2 and F9. RGB value is (186,242,249). Sum of RGB (Red+Green+Blue) = 186+242+249=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAF2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2F9 is #450D06. Grayscale: #E1E1E1. Windows color (decimal): -4525319 or 16380602. OLE color: 16380602.

HSL color Cylindrical-coordinate representation of color #BAF2F9: hue angle of 186.67º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF2F9 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186242249-
CMYK0.250.0300.02
HSL186.67º84%85.29%-
HSV(B)186.67º25.3%97.65%-
XYZ69.180.78101.57-
YUV226.05140.9599.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=27.47%
G=35.75%
B=36.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862422490.250.0300.02186.678485.29
HexBAF2F919302bb5455
Octal27236237131302273124125
Binary10111010111100101111100111001110101011101110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2F9; }

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

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

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

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

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

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

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

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