#BBEAF5

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

Shades of Onahau #BBEAF5

Tints of Onahau #BBEAF5

Color information

#BBEAF5 (or 0xBBEAF5) is unknown color: approx Onahau. HEX triplet: BB, EA and F5. RGB value is (187,234,245). Sum of RGB (Red+Green+Blue) = 187+234+245=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF5 is #44150A. Grayscale: #DDDDDD. Windows color (decimal): -4461835 or 16116411. OLE color: 16116411.

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

Color convert

RGB187234245-
CMYK0.240.0400.04
HSL191.38º74.36%84.71%-
HSV(B)191.38º23.67%96.08%-
XYZ66.47697.56-
YUV221.2141.43103.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 245 (96.09% from 255) = 36.79%
R=28.08%
G=35.14%
B=36.79%

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
Decimal1872342450.240.0400.04191.3874.3684.71
HexBBEAF518404bf4a55
Octal27335236530404277112125
Binary1011101111101010111101011100010001001011111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF5; }

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

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

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

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

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

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

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

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