#BBECFC

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

Shades of Onahau #BBECFC

Tints of Onahau #BBECFC

Color information

#BBECFC (or 0xBBECFC) is unknown color: approx Onahau. HEX triplet: BB, EC and FC. RGB value is (187,236,252). Sum of RGB (Red+Green+Blue) = 187+236+252=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFC is #441303. Grayscale: #DFDFDF. Windows color (decimal): -4461316 or 16575675. OLE color: 16575675.

HSL color Cylindrical-coordinate representation of color #BBECFC: hue angle of 194.77º 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 #BBECFC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187236252-
CMYK0.260.0600.01
HSL194.77º91.55%86.08%-
HSV(B)194.77º25.79%98.82%-
XYZ68.0677.58103.48-
YUV223.17144.27102.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.70%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=27.70%
G=34.96%
B=37.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872362520.260.0600.01194.7791.5586.08
HexBBECFC1A601c35c56
Octal27335437432601303134126
Binary10111011111011001111110011010110011100001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECFC; }

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

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

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

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

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

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

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

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