#BDE3EE

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

Shades of Onahau #BDE3EE

Tints of Onahau #BDE3EE

Color information

#BDE3EE (or 0xBDE3EE) is unknown color: approx Onahau. HEX triplet: BD, E3 and EE. RGB value is (189,227,238). Sum of RGB (Red+Green+Blue) = 189+227+238=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3EE is #421C11. Grayscale: #D8D8D8. Windows color (decimal): -4332562 or 15655869. OLE color: 15655869.

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

Color convert

RGB189227238-
CMYK0.210.0500.07
HSL193.47º59.04%83.73%-
HSV(B)193.47º20.59%93.33%-
XYZ63.8971.9391.41-
YUV216.89139.91108.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=28.90%
G=34.71%
B=36.39%

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
Decimal1892272380.210.0500.07193.4759.0483.73
HexBDE3EE15507c13b54
Octal2753433562550730173124
Binary101111011110001111101110101011010111110000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3EE; }

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

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

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

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

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

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

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

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