#BBE5FD

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

Shades of Onahau #BBE5FD

Tints of Onahau #BBE5FD

Color information

#BBE5FD (or 0xBBE5FD) is unknown color: approx Onahau. HEX triplet: BB, E5 and FD. RGB value is (187,229,253). Sum of RGB (Red+Green+Blue) = 187+229+253=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5FD is #441A02. Grayscale: #DBDBDB. Windows color (decimal): -4463107 or 16639419. OLE color: 16639419.

HSL color Cylindrical-coordinate representation of color #BBE5FD: hue angle of 201.82º degrees, saturation: 0.94, 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 #BBE5FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187229253-
CMYK0.260.0900.01
HSL201.82º94.29%86.27%-
HSV(B)201.82º26.09%99.22%-
XYZ66.2473.7103.66-
YUV219.18147.09105.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=27.95%
G=34.23%
B=37.82%

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
Decimal1872292530.260.0900.01201.8294.2986.27
HexBBE5FD1A901ca5e56
Octal273345375321101312136126
Binary101110111110010111111101110101001011100101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5FD; }

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

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

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

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

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

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

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

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