#BBE8FE

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

Shades of Onahau #BBE8FE

Tints of Onahau #BBE8FE

Color information

#BBE8FE (or 0xBBE8FE) is unknown color: approx Onahau. HEX triplet: BB, E8 and FE. RGB value is (187,232,254). Sum of RGB (Red+Green+Blue) = 187+232+254=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FE is #441701. Grayscale: #DCDCDC. Windows color (decimal): -4462338 or 16705723. OLE color: 16705723.

HSL color Cylindrical-coordinate representation of color #BBE8FE: hue angle of 199.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE8FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187232254-
CMYK0.260.0900.00
HSL199.7º97.1%86.47%-
HSV(B)199.7º26.38%99.61%-
XYZ67.2475.43104.78-
YUV221.05146.59103.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=27.79%
G=34.47%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872322540.260.0900.00199.797.186.47
HexBBE8FE1A900c86156
Octal273350376321100310141126
Binary101110111110100011111110110101001001100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8FE; }

 p { color: rgb(187,232,254); }

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

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

 a { background-color: rgb(187,232,254); }

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

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

 span { border-color: rgb(187,232,254); }

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