#BBE5FF

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

Shades of Onahau #BBE5FF

Tints of Onahau #BBE5FF

Color information

#BBE5FF (or 0xBBE5FF) is unknown color: approx Onahau. HEX triplet: BB, E5 and FF. RGB value is (187,229,255). Sum of RGB (Red+Green+Blue) = 187+229+255=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FF is #441A00. Grayscale: #DBDBDB. Windows color (decimal): -4463105 or 16770491. OLE color: 16770491.

HSL color Cylindrical-coordinate representation of color #BBE5FF: hue angle of 202.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBE5FF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187229255-
CMYK0.270.1000
HSL202.94º100%86.67%-
HSV(B)202.94º26.67%100%-
XYZ66.5673.82105.35-
YUV219.41148.09104.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 255 (100% from 255) = 38.00%
R=27.87%
G=34.13%
B=38.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872292550.270.1000202.9410086.67
HexBBE5FF1BA00cb6457
Octal273345377331200313144127
Binary101110111110010111111111110111010001100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5FF; }

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

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

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

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

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

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

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

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