#BBECF6

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

Shades of Onahau #BBECF6

Tints of Onahau #BBECF6

Color information

#BBECF6 (or 0xBBECF6) is unknown color: approx Onahau. HEX triplet: BB, EC and F6. RGB value is (187,236,246). Sum of RGB (Red+Green+Blue) = 187+236+246=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF6 is #441309. Grayscale: #DEDEDE. Windows color (decimal): -4461322 or 16182459. OLE color: 16182459.

HSL color Cylindrical-coordinate representation of color #BBECF6: hue angle of 190.17º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBECF6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187236246-
CMYK0.240.0400.04
HSL190.17º76.62%84.9%-
HSV(B)190.17º23.98%96.47%-
XYZ67.1277.2198.55-
YUV222.49141.27102.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=27.95%
G=35.28%
B=36.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872362460.240.0400.04190.1776.6284.9
HexBBECF618404be4d55
Octal27335436630404276115125
Binary1011101111101100111101101100010001001011111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECF6; }

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

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

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

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

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

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

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

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