#BDE6ED

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

Shades of Onahau #BDE6ED

Tints of Onahau #BDE6ED

Color information

#BDE6ED (or 0xBDE6ED) is unknown color: approx Onahau. HEX triplet: BD, E6 and ED. RGB value is (189,230,237). Sum of RGB (Red+Green+Blue) = 189+230+237=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE6ED is #421912. Grayscale: #DADADA. Windows color (decimal): -4331795 or 15591101. OLE color: 15591101.

HSL color Cylindrical-coordinate representation of color #BDE6ED: hue angle of 188.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE6ED is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189230237-
CMYK0.200.0300.07
HSL188.75º57.14%83.53%-
HSV(B)188.75º20.25%92.94%-
XYZ64.5773.5390.91-
YUV218.54138.42106.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=28.81%
G=35.06%
B=36.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892302370.200.0300.07188.7557.1483.53
HexBDE6ED14307bd3954
Octal2753463552430727571124
Binary10111101111001101110110110100110111101111011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6ED; }

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

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

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

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

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

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

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

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