#BBEFFC

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

Shades of Onahau #BBEFFC

Tints of Onahau #BBEFFC

Color information

#BBEFFC (or 0xBBEFFC) is unknown color: approx Onahau. HEX triplet: BB, EF and FC. RGB value is (187,239,252). Sum of RGB (Red+Green+Blue) = 187+239+252=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFC is #441003. Grayscale: #E0E0E0. Windows color (decimal): -4460548 or 16576443. OLE color: 16576443.

HSL color Cylindrical-coordinate representation of color #BBEFFC: hue angle of 192º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEFFC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187239252-
CMYK0.260.0500.01
HSL192º91.55%86.08%-
HSV(B)192º25.79%98.82%-
XYZ68.9379.33103.77-
YUV224.93143.27100.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=27.58%
G=35.25%
B=37.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872392520.260.0500.0119291.5586.08
HexBBEFFC1A501c05c56
Octal27335737432501300134126
Binary10111011111011111111110011010101011100000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFC; }

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

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

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

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

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

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

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

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