#BDE3ED

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

Shades of Onahau #BDE3ED

Tints of Onahau #BDE3ED

Color information

#BDE3ED (or 0xBDE3ED) is unknown color: approx Onahau. HEX triplet: BD, E3 and ED. RGB value is (189,227,237). Sum of RGB (Red+Green+Blue) = 189+227+237=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3ED is #421C12. Grayscale: #D8D8D8. Windows color (decimal): -4332563 or 15590333. OLE color: 15590333.

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

Color convert

RGB189227237-
CMYK0.200.0400.07
HSL192.5º57.14%83.53%-
HSV(B)192.5º20.25%92.94%-
XYZ63.7471.8790.63-
YUV216.78139.41108.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=28.94%
G=34.76%
B=36.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892272370.200.0400.07192.557.1483.53
HexBDE3ED14407c03954
Octal2753433552440730071124
Binary101111011110001111101101101001000111110000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3ED; }

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

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

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

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

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

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

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

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