#BBE5FC

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

Shades of Onahau #BBE5FC

Tints of Onahau #BBE5FC

Color information

#BBE5FC (or 0xBBE5FC) is unknown color: approx Onahau. HEX triplet: BB, E5 and FC. RGB value is (187,229,252). Sum of RGB (Red+Green+Blue) = 187+229+252=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FC is #441A03. Grayscale: #DADADA. Windows color (decimal): -4463108 or 16573883. OLE color: 16573883.

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

Color convert

RGB187229252-
CMYK0.260.0900.01
HSL201.23º91.55%86.08%-
HSV(B)201.23º25.79%98.82%-
XYZ66.0873.63102.82-
YUV219.06146.59105.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=27.99%
G=34.28%
B=37.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872292520.260.0900.01201.2391.5586.08
HexBBE5FC1A901c95c56
Octal273345374321101311134126
Binary101110111110010111111100110101001011100100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5FC; }

 p { color: rgb(187,229,252); }

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

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

 a { background-color: rgb(187,229,252); }

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

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

 span { border-color: rgb(187,229,252); }

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