#BDE5EF

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

Shades of Onahau #BDE5EF

Tints of Onahau #BDE5EF

Color information

#BDE5EF (or 0xBDE5EF) is unknown color: approx Onahau. HEX triplet: BD, E5 and EF. RGB value is (189,229,239). Sum of RGB (Red+Green+Blue) = 189+229+239=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5EF is #421A10. Grayscale: #DADADA. Windows color (decimal): -4332049 or 15721917. OLE color: 15721917.

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

Color convert

RGB189229239-
CMYK0.210.0400.06
HSL192º60.98%83.92%-
HSV(B)192º20.92%93.73%-
XYZ64.5973.0992.37-
YUV218.18139.75107.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=28.77%
G=34.86%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892292390.210.0400.0619260.9883.92
HexBDE5EF15406c03d54
Octal2753453572540630075124
Binary101111011110010111101111101011000110110000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5EF; }

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

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

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

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

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

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

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

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