#BDE1EE

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

Shades of Onahau #BDE1EE

Tints of Onahau #BDE1EE

Color information

#BDE1EE (or 0xBDE1EE) is unknown color: approx Onahau. HEX triplet: BD, E1 and EE. RGB value is (189,225,238). Sum of RGB (Red+Green+Blue) = 189+225+238=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1EE is #421E11. Grayscale: #D7D7D7. Windows color (decimal): -4333074 or 15655357. OLE color: 15655357.

HSL color Cylindrical-coordinate representation of color #BDE1EE: hue angle of 195.92º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE1EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189225238-
CMYK0.210.0500.07
HSL195.92º59.04%83.73%-
HSV(B)195.92º20.59%93.33%-
XYZ63.3470.8491.22-
YUV215.72140.57108.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=28.99%
G=34.51%
B=36.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892252380.210.0500.07195.9259.0483.73
HexBDE1EE15507c43b54
Octal2753413562550730473124
Binary101111011110000111101110101011010111110001001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1EE; }

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

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

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

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

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

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

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

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