#BDE2EF

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

Shades of Onahau #BDE2EF

Tints of Onahau #BDE2EF

Color information

#BDE2EF (or 0xBDE2EF) is unknown color: approx Onahau. HEX triplet: BD, E2 and EF. RGB value is (189,226,239). Sum of RGB (Red+Green+Blue) = 189+226+239=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE2EF is #421D10. Grayscale: #D8D8D8. Windows color (decimal): -4332817 or 15721149. OLE color: 15721149.

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

Color convert

RGB189226239-
CMYK0.210.0500.06
HSL195.6º60.98%83.92%-
HSV(B)195.6º20.92%93.73%-
XYZ63.7671.4492.09-
YUV216.42140.74108.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 239 (93.75% from 255) = 36.54%
R=28.90%
G=34.56%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892262390.210.0500.06195.660.9883.92
HexBDE2EF15506c43d54
Octal2753423572550630475124
Binary101111011110001011101111101011010110110001001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2EF; }

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

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

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

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

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

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

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

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