#BBECF1

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

Shades of Onahau #BBECF1

Tints of Onahau #BBECF1

Color information

#BBECF1 (or 0xBBECF1) is unknown color: approx Onahau. HEX triplet: BB, EC and F1. RGB value is (187,236,241). Sum of RGB (Red+Green+Blue) = 187+236+241=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF1 is #44130E. Grayscale: #DDDDDD. Windows color (decimal): -4461327 or 15854779. OLE color: 15854779.

HSL color Cylindrical-coordinate representation of color #BBECF1: hue angle of 185.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBECF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187236241-
CMYK0.220.0200.05
HSL185.56º65.85%83.92%-
HSV(B)185.56º22.41%94.51%-
XYZ66.3776.9194.57-
YUV221.92138.77103.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=28.16%
G=35.54%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872362410.220.0200.05185.5665.8583.92
HexBBECF116205ba4254
Octal27335436126205272102124
Binary101110111110110011110001101101001011011101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF1; }

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

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

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

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

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

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

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

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