#BDE7ED

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

Shades of Onahau #BDE7ED

Tints of Onahau #BDE7ED

Color information

#BDE7ED (or 0xBDE7ED) is unknown color: approx Onahau. HEX triplet: BD, E7 and ED. RGB value is (189,231,237). Sum of RGB (Red+Green+Blue) = 189+231+237=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7ED is #421812. Grayscale: #DBDBDB. Windows color (decimal): -4331539 or 15591357. OLE color: 15591357.

HSL color Cylindrical-coordinate representation of color #BDE7ED: hue angle of 187.5º 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 #BDE7ED is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189231237-
CMYK0.200.0300.07
HSL187.5º57.14%83.53%-
HSV(B)187.5º20.25%92.94%-
XYZ64.8574.0991-
YUV219.13138.09106.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=28.77%
G=35.16%
B=36.07%

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
Decimal1892312370.200.0300.07187.557.1483.53
HexBDE7ED14307bc3954
Octal2753473552430727471124
Binary10111101111001111110110110100110111101111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7ED; }

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

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

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

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

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

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

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

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