#BBEBF3

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

Shades of Onahau #BBEBF3

Tints of Onahau #BBEBF3

Color information

#BBEBF3 (or 0xBBEBF3) is unknown color: approx Onahau. HEX triplet: BB, EB and F3. RGB value is (187,235,243). Sum of RGB (Red+Green+Blue) = 187+235+243=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBF3 is #44140C. Grayscale: #DDDDDD. Windows color (decimal): -4461581 or 15985595. OLE color: 15985595.

HSL color Cylindrical-coordinate representation of color #BBEBF3: hue angle of 188.57º degrees, saturation: 0.7, 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 #BBEBF3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187235243-
CMYK0.230.0300.05
HSL188.57º70%84.31%-
HSV(B)188.57º23.05%95.29%-
XYZ66.3876.4596.05-
YUV221.56140.1103.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=28.12%
G=35.34%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872352430.230.0300.05188.577084.31
HexBBEBF317305bd4654
Octal27335336327305275106124
Binary101110111110101111110011101111101011011110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBF3; }

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

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

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

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

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

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

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

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