#B9FAF7

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

Shades of Pale Turquoise #B9FAF7

Tints of Pale Turquoise #B9FAF7

Color information

#B9FAF7 (or 0xB9FAF7) is unknown color: approx Pale Turquoise. HEX triplet: B9, FA and F7. RGB value is (185,250,247). Sum of RGB (Red+Green+Blue) = 185+250+247=682 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.13% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAF7 is #460508. Grayscale: #E6E6E6. Windows color (decimal): -4588809 or 16251577. OLE color: 16251577.

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

Color convert

RGB185250247-
CMYK0.2600.010.02
HSL177.23º86.67%85.29%-
HSV(B)177.23º26%98.04%-
XYZ70.9885.4100.74-
YUV230.22137.4795.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.13%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 247 (96.88% from 255) = 36.22%
R=27.13%
G=36.66%
B=36.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852502470.2600.010.02177.2386.6785.29
HexB9FAF71A012b15755
Octal27137236732012261127125
Binary1011100111111010111101111101001101011000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FAF7; }

 p { color: rgb(185,250,247); }

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

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

 a { background-color: rgb(185,250,247); }

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

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

 span { border-color: rgb(185,250,247); }

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