#BBFAF4

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

Shades of Pale Turquoise #BBFAF4

Tints of Pale Turquoise #BBFAF4

Color information

#BBFAF4 (or 0xBBFAF4) is unknown color: approx Pale Turquoise. HEX triplet: BB, FA and F4. RGB value is (187,250,244). Sum of RGB (Red+Green+Blue) = 187+250+244=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF4 is #44050B. Grayscale: #E6E6E6. Windows color (decimal): -4457740 or 16054971. OLE color: 16054971.

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

Color convert

RGB187250244-
CMYK0.2500.020.02
HSL174.29º86.3%85.69%-
HSV(B)174.29º25.2%98.04%-
XYZ71.0185.4798.34-
YUV230.48135.6396.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.46%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=27.46%
G=36.71%
B=35.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502440.2500.020.02174.2986.385.69
HexBBFAF419022ae5656
Octal27337236431022256126126
Binary10111011111110101111010011001010101010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAF4; }

 p { color: rgb(187,250,244); }

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

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

 a { background-color: rgb(187,250,244); }

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

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

 span { border-color: rgb(187,250,244); }

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