#BBE4FD

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

Shades of Onahau #BBE4FD

Tints of Onahau #BBE4FD

Color information

#BBE4FD (or 0xBBE4FD) is unknown color: approx Onahau. HEX triplet: BB, E4 and FD. RGB value is (187,228,253). Sum of RGB (Red+Green+Blue) = 187+228+253=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FD is #441B02. Grayscale: #DADADA. Windows color (decimal): -4463363 or 16639163. OLE color: 16639163.

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

Color convert

RGB187228253-
CMYK0.260.1000.01
HSL202.73º94.29%86.27%-
HSV(B)202.73º26.09%99.22%-
XYZ65.9773.14103.57-
YUV218.59147.42105.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=27.99%
G=34.13%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872282530.260.1000.01202.7394.2986.27
HexBBE4FD1AA01cb5e56
Octal273344375321201313136126
Binary101110111110010011111101110101010011100101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4FD; }

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

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

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

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

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

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

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

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