#BBEDFC

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

Shades of Onahau #BBEDFC

Tints of Onahau #BBEDFC

Color information

#BBEDFC (or 0xBBEDFC) is unknown color: approx Onahau. HEX triplet: BB, ED and FC. RGB value is (187,237,252). Sum of RGB (Red+Green+Blue) = 187+237+252=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFC is #441203. Grayscale: #DFDFDF. Windows color (decimal): -4461060 or 16575931. OLE color: 16575931.

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

Color convert

RGB187237252-
CMYK0.260.0600.01
HSL193.85º91.55%86.08%-
HSV(B)193.85º25.79%98.82%-
XYZ68.3578.16103.58-
YUV223.76143.94101.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=27.66%
G=35.06%
B=37.28%

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
Decimal1872372520.260.0600.01193.8591.5586.08
HexBBEDFC1A601c25c56
Octal27335537432601302134126
Binary10111011111011011111110011010110011100001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDFC; }

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

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

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

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

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

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

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

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