#BDE7EA

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

Shades of Onahau #BDE7EA

Tints of Onahau #BDE7EA

Color information

#BDE7EA (or 0xBDE7EA) is unknown color: approx Onahau. HEX triplet: BD, E7 and EA. RGB value is (189,231,234). Sum of RGB (Red+Green+Blue) = 189+231+234=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7EA is #421815. Grayscale: #DADADA. Windows color (decimal): -4331542 or 15394749. OLE color: 15394749.

HSL color Cylindrical-coordinate representation of color #BDE7EA: hue angle of 184º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE7EA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189231234-
CMYK0.190.0100.08
HSL184º51.72%82.94%-
HSV(B)184º19.23%91.76%-
XYZ64.4173.9188.71-
YUV218.78136.59106.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=28.90%
G=35.32%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892312340.190.0100.0818451.7282.94
HexBDE7EA13108b83453
Octal27534735223101027064123
Binary10111101111001111110101010011101000101110001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7EA; }

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

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

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

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

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

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

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

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