#BBEFFD

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

Shades of Onahau #BBEFFD

Tints of Onahau #BBEFFD

Color information

#BBEFFD (or 0xBBEFFD) is unknown color: approx Onahau. HEX triplet: BB, EF and FD. RGB value is (187,239,253). Sum of RGB (Red+Green+Blue) = 187+239+253=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFD is #441002. Grayscale: #E0E0E0. Windows color (decimal): -4460547 or 16641979. OLE color: 16641979.

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

Color convert

RGB187239253-
CMYK0.260.0600.01
HSL192.73º94.29%86.27%-
HSV(B)192.73º26.09%99.22%-
XYZ69.0979.39104.61-
YUV225.05143.77100.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.54%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=27.54%
G=35.20%
B=37.26%

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
Decimal1872392530.260.0600.01192.7394.2986.27
HexBBEFFD1A601c15e56
Octal27335737532601301136126
Binary10111011111011111111110111010110011100000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFFD; }

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

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

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

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

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

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

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

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