#BBFBF4

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

Shades of Pale Turquoise #BBFBF4

Tints of Pale Turquoise #BBFBF4

Color information

#BBFBF4 (or 0xBBFBF4) is unknown color: approx Pale Turquoise. HEX triplet: BB, FB and F4. RGB value is (187,251,244). Sum of RGB (Red+Green+Blue) = 187+251+244=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBF4 is #44040B. Grayscale: #E7E7E7. Windows color (decimal): -4457484 or 16055227. OLE color: 16055227.

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

Color convert

RGB187251244-
CMYK0.2500.030.02
HSL173.44º88.89%85.88%-
HSV(B)173.44º25.5%98.43%-
XYZ71.3286.0998.45-
YUV231.07135.396.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.42%
GREEN value IS 251 (98.44% from 255) = 36.80%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=27.42%
G=36.80%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512440.2500.030.02173.4488.8985.88
HexBBFBF419032ad5956
Octal27337336431032255131126
Binary10111011111110111111010011001011101010110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBF4; }

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

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

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

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

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

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

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

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