#BDEAEC

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

Shades of Onahau #BDEAEC

Tints of Onahau #BDEAEC

Color information

#BDEAEC (or 0xBDEAEC) is unknown color: approx Onahau. HEX triplet: BD, EA and EC. RGB value is (189,234,236). Sum of RGB (Red+Green+Blue) = 189+234+236=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEC is #421513. Grayscale: #DCDCDC. Windows color (decimal): -4330772 or 15526589. OLE color: 15526589.

HSL color Cylindrical-coordinate representation of color #BDEAEC: hue angle of 182.55º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEAEC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189234236-
CMYK0.200.0100.07
HSL182.55º55.29%83.33%-
HSV(B)182.55º19.92%92.55%-
XYZ65.5575.7290.52-
YUV220.77136.59105.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=28.68%
G=35.51%
B=35.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892342360.200.0100.07182.5555.2983.33
HexBDEAEC14107b73753
Octal2753523542410726767123
Binary1011110111101010111011001010010111101101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAEC; }

 p { color: rgb(189,234,236); }

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

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

 a { background-color: rgb(189,234,236); }

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

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

 span { border-color: rgb(189,234,236); }

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