#BBFBEF

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

Shades of Pale Turquoise #BBFBEF

Tints of Pale Turquoise #BBFBEF

Color information

#BBFBEF (or 0xBBFBEF) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and EF. RGB value is (187,251,239). Sum of RGB (Red+Green+Blue) = 187+251+239=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEF is #440410. Grayscale: #E6E6E6. Windows color (decimal): -4457489 or 15727547. OLE color: 15727547.

HSL color Cylindrical-coordinate representation of color #BBFBEF: hue angle of 168.75º degrees, saturation: 0.89, 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 #BBFBEF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB187251239-
CMYK0.2500.050.02
HSL168.75º88.89%85.88%-
HSV(B)168.75º25.5%98.43%-
XYZ70.5785.7994.5-
YUV230.5132.896.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=27.62%
G=37.08%
B=35.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512390.2500.050.02168.7588.8985.88
HexBBFBEF19052a95956
Octal27337335731052251131126
Binary101110111111101111101111110010101101010100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBEF; }

 p { color: rgb(187,251,239); }

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

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

 a { background-color: rgb(187,251,239); }

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

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

 span { border-color: rgb(187,251,239); }

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