#BBEAF2

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

Shades of Onahau #BBEAF2

Tints of Onahau #BBEAF2

Color information

#BBEAF2 (or 0xBBEAF2) is unknown color: approx Onahau. HEX triplet: BB, EA and F2. RGB value is (187,234,242). Sum of RGB (Red+Green+Blue) = 187+234+242=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF2 is #44150D. Grayscale: #DCDCDC. Windows color (decimal): -4461838 or 15919803. OLE color: 15919803.

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

Color convert

RGB187234242-
CMYK0.230.0300.05
HSL188.73º67.9%84.12%-
HSV(B)188.73º22.73%94.9%-
XYZ65.9475.8295.16-
YUV220.86139.93103.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 242 (94.92% from 255) = 36.50%
R=28.21%
G=35.29%
B=36.50%

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
Decimal1872342420.230.0300.05188.7367.984.12
HexBBEAF217305bd4454
Octal27335236227305275104124
Binary101110111110101011110010101111101011011110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF2; }

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

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

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

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

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

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

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

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