#BBEAF6

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

Shades of Onahau #BBEAF6

Tints of Onahau #BBEAF6

Color information

#BBEAF6 (or 0xBBEAF6) is unknown color: approx Onahau. HEX triplet: BB, EA and F6. RGB value is (187,234,246). Sum of RGB (Red+Green+Blue) = 187+234+246=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAF6 is #441509. Grayscale: #DDDDDD. Windows color (decimal): -4461834 or 16181947. OLE color: 16181947.

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

Color convert

RGB187234246-
CMYK0.240.0500.04
HSL192.2º76.62%84.9%-
HSV(B)192.2º23.98%96.47%-
XYZ66.5576.0698.36-
YUV221.32141.93103.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=28.04%
G=35.08%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872342460.240.0500.04192.276.6284.9
HexBBEAF618504c04d55
Octal27335236630504300115125
Binary1011101111101010111101101100010101001100000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEAF6; }

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

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

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

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

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

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

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

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