#BBEDFD

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

Shades of Onahau #BBEDFD

Tints of Onahau #BBEDFD

Color information

#BBEDFD (or 0xBBEDFD) is unknown color: approx Onahau. HEX triplet: BB, ED and FD. RGB value is (187,237,253). Sum of RGB (Red+Green+Blue) = 187+237+253=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFD is #441202. Grayscale: #DFDFDF. Windows color (decimal): -4461059 or 16641467. OLE color: 16641467.

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

Color convert

RGB187237253-
CMYK0.260.0600.01
HSL194.55º94.29%86.27%-
HSV(B)194.55º26.09%99.22%-
XYZ68.5178.23104.42-
YUV223.87144.44101.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.62%
G=35.01%
B=37.37%

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
Decimal1872372530.260.0600.01194.5594.2986.27
HexBBEDFD1A601c35e56
Octal27335537532601303136126
Binary10111011111011011111110111010110011100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDFD; }

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

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

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

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

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

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

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

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