#BDE1EC

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

Shades of Onahau #BDE1EC

Tints of Onahau #BDE1EC

Color information

#BDE1EC (or 0xBDE1EC) is unknown color: approx Onahau. HEX triplet: BD, E1 and EC. RGB value is (189,225,236). Sum of RGB (Red+Green+Blue) = 189+225+236=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EC is #421E13. Grayscale: #D7D7D7. Windows color (decimal): -4333076 or 15524285. OLE color: 15524285.

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

Color convert

RGB189225236-
CMYK0.200.0500.07
HSL194.04º55.29%83.33%-
HSV(B)194.04º19.92%92.55%-
XYZ63.0570.7389.69-
YUV215.49139.57109.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=29.08%
G=34.62%
B=36.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892252360.200.0500.07194.0455.2983.33
HexBDE1EC14507c23753
Octal2753413542450730267123
Binary101111011110000111101100101001010111110000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1EC; }

 p { color: rgb(189,225,236); }

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

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

 a { background-color: rgb(189,225,236); }

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

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

 span { border-color: rgb(189,225,236); }

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