#BDE0EF

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

Shades of Onahau #BDE0EF

Tints of Onahau #BDE0EF

Color information

#BDE0EF (or 0xBDE0EF) is unknown color: approx Onahau. HEX triplet: BD, E0 and EF. RGB value is (189,224,239). Sum of RGB (Red+Green+Blue) = 189+224+239=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0EF is #421F10. Grayscale: #D7D7D7. Windows color (decimal): -4333329 or 15720637. OLE color: 15720637.

HSL color Cylindrical-coordinate representation of color #BDE0EF: hue angle of 198º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE0EF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189224239-
CMYK0.210.0600.06
HSL198º60.98%83.92%-
HSV(B)198º20.92%93.73%-
XYZ63.2270.3691.91-
YUV215.24141.4109.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=28.99%
G=34.36%
B=36.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892242390.210.0600.0619860.9883.92
HexBDE0EF15606c63d54
Octal2753403572560630675124
Binary101111011110000011101111101011100110110001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0EF; }

 p { color: rgb(189,224,239); }

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

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

 a { background-color: rgb(189,224,239); }

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

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

 span { border-color: rgb(189,224,239); }

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