#BBEEFD

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

Shades of Onahau #BBEEFD

Tints of Onahau #BBEEFD

Color information

#BBEEFD (or 0xBBEEFD) is unknown color: approx Onahau. HEX triplet: BB, EE and FD. RGB value is (187,238,253). Sum of RGB (Red+Green+Blue) = 187+238+253=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEFD is #441102. Grayscale: #E0E0E0. Windows color (decimal): -4460803 or 16641723. OLE color: 16641723.

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

Color convert

RGB187238253-
CMYK0.260.0600.01
HSL193.64º94.29%86.27%-
HSV(B)193.64º26.09%99.22%-
XYZ68.878.81104.51-
YUV224.46144.1101.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=27.58%
G=35.10%
B=37.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872382530.260.0600.01193.6494.2986.27
HexBBEEFD1A601c25e56
Octal27335637532601302136126
Binary10111011111011101111110111010110011100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEFD; }

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

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

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

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

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

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

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

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