#BBECFB

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

Shades of Onahau #BBECFB

Tints of Onahau #BBECFB

Color information

#BBECFB (or 0xBBECFB) is unknown color: approx Onahau. HEX triplet: BB, EC and FB. RGB value is (187,236,251). Sum of RGB (Red+Green+Blue) = 187+236+251=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFB is #441304. Grayscale: #DEDEDE. Windows color (decimal): -4461317 or 16510139. OLE color: 16510139.

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

Color convert

RGB187236251-
CMYK0.250.0600.02
HSL194.06º88.89%85.88%-
HSV(B)194.06º25.5%98.43%-
XYZ67.977.52102.65-
YUV223.06143.77102.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.74%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=27.74%
G=35.01%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872362510.250.0600.02194.0688.8985.88
HexBBECFB19602c25956
Octal27335437331602302131126
Binary101110111110110011111011110011100101100001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECFB; }

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

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

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

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

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

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

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

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