#BDE6EF

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

Shades of Onahau #BDE6EF

Tints of Onahau #BDE6EF

Color information

#BDE6EF (or 0xBDE6EF) is unknown color: approx Onahau. HEX triplet: BD, E6 and EF. RGB value is (189,230,239). Sum of RGB (Red+Green+Blue) = 189+230+239=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6EF is #421910. Grayscale: #DADADA. Windows color (decimal): -4331793 or 15722173. OLE color: 15722173.

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

Color convert

RGB189230239-
CMYK0.210.0400.06
HSL190.8º60.98%83.92%-
HSV(B)190.8º20.92%93.73%-
XYZ64.8673.6492.46-
YUV218.77139.42106.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=28.72%
G=34.95%
B=36.32%

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
Decimal1892302390.210.0400.06190.860.9883.92
HexBDE6EF15406bf3d54
Octal2753463572540627775124
Binary101111011110011011101111101011000110101111111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6EF; }

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

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

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

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

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

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

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

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