#BDE4EB

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

Shades of Onahau #BDE4EB

Tints of Onahau #BDE4EB

Color information

#BDE4EB (or 0xBDE4EB) is unknown color: approx Onahau. HEX triplet: BD, E4 and EB. RGB value is (189,228,235). Sum of RGB (Red+Green+Blue) = 189+228+235=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4EB is #421B14. Grayscale: #D9D9D9. Windows color (decimal): -4332309 or 15459517. OLE color: 15459517.

HSL color Cylindrical-coordinate representation of color #BDE4EB: hue angle of 189.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE4EB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189228235-
CMYK0.200.0300.08
HSL189.13º53.49%83.14%-
HSV(B)189.13º19.57%92.16%-
XYZ63.7372.389.19-
YUV217.14138.08107.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=28.99%
G=34.97%
B=36.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892282350.200.0300.08189.1353.4983.14
HexBDE4EB14308bd3553
Octal27534435324301027565123
Binary101111011110010011101011101001101000101111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4EB; }

 p { color: rgb(189,228,235); }

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

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

 a { background-color: rgb(189,228,235); }

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

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

 span { border-color: rgb(189,228,235); }

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