#BBEBF6

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

Shades of Onahau #BBEBF6

Tints of Onahau #BBEBF6

Color information

#BBEBF6 (or 0xBBEBF6) is unknown color: approx Onahau. HEX triplet: BB, EB and F6. RGB value is (187,235,246). Sum of RGB (Red+Green+Blue) = 187+235+246=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF6 is #441409. Grayscale: #DDDDDD. Windows color (decimal): -4461578 or 16182203. OLE color: 16182203.

HSL color Cylindrical-coordinate representation of color #BBEBF6: hue angle of 191.19º 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 #BBEBF6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187235246-
CMYK0.240.0400.04
HSL191.19º76.62%84.9%-
HSV(B)191.19º23.98%96.47%-
XYZ66.8476.6498.46-
YUV221.9141.6103.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=27.99%
G=35.18%
B=36.83%

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
Decimal1872352460.240.0400.04191.1976.6284.9
HexBBEBF618404bf4d55
Octal27335336630404277115125
Binary1011101111101011111101101100010001001011111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBF6; }

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

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

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

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

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

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

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

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