#BDE3EF

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

Shades of Onahau #BDE3EF

Tints of Onahau #BDE3EF

Color information

#BDE3EF (or 0xBDE3EF) is unknown color: approx Onahau. HEX triplet: BD, E3 and EF. RGB value is (189,227,239). Sum of RGB (Red+Green+Blue) = 189+227+239=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EF is #421C10. Grayscale: #D8D8D8. Windows color (decimal): -4332561 or 15721405. OLE color: 15721405.

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

Color convert

RGB189227239-
CMYK0.210.0500.06
HSL194.4º60.98%83.92%-
HSV(B)194.4º20.92%93.73%-
XYZ64.0471.9992.18-
YUV217.01140.41108.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=28.85%
G=34.66%
B=36.49%

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
Decimal1892272390.210.0500.06194.460.9883.92
HexBDE3EF15506c23d54
Octal2753433572550630275124
Binary101111011110001111101111101011010110110000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3EF; }

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

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

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

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

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

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

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

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