#BBE0F2

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

Shades of Onahau #BBE0F2

Tints of Onahau #BBE0F2

Color information

#BBE0F2 (or 0xBBE0F2) is unknown color: approx Onahau. HEX triplet: BB, E0 and F2. RGB value is (187,224,242). Sum of RGB (Red+Green+Blue) = 187+224+242=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0F2 is #441F0D. Grayscale: #D6D6D6. Windows color (decimal): -4464398 or 15917243. OLE color: 15917243.

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

Color convert

RGB187224242-
CMYK0.230.0700.05
HSL199.64º67.9%84.12%-
HSV(B)199.64º22.73%94.9%-
XYZ63.1870.2994.24-
YUV214.99143.24108.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=28.64%
G=34.30%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872242420.230.0700.05199.6467.984.12
HexBBE0F217705c84454
Octal27334036227705310104124
Binary1011101111100000111100101011111101011100100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0F2; }

 p { color: rgb(187,224,242); }

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

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

 a { background-color: rgb(187,224,242); }

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

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

 span { border-color: rgb(187,224,242); }

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