#BBEFFB

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

Shades of Onahau #BBEFFB

Tints of Onahau #BBEFFB

Color information

#BBEFFB (or 0xBBEFFB) is unknown color: approx Onahau. HEX triplet: BB, EF and FB. RGB value is (187,239,251). Sum of RGB (Red+Green+Blue) = 187+239+251=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFB is #441004. Grayscale: #E0E0E0. Windows color (decimal): -4460549 or 16510907. OLE color: 16510907.

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

Color convert

RGB187239251-
CMYK0.250.0500.02
HSL191.25º88.89%85.88%-
HSV(B)191.25º25.5%98.43%-
XYZ68.7779.26102.94-
YUV224.82142.77101.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872392510.250.0500.02191.2588.8985.88
HexBBEFFB19502bf5956
Octal27335737331502277131126
Binary101110111110111111111011110011010101011111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFB; }

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

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

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

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

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

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

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

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