#BDE3E6

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

Shades of Onahau #BDE3E6

Tints of Onahau #BDE3E6

Color information

#BDE3E6 (or 0xBDE3E6) is unknown color: approx Onahau. HEX triplet: BD, E3 and E6. RGB value is (189,227,230). Sum of RGB (Red+Green+Blue) = 189+227+230=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDE3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3E6 is #421C19. Grayscale: #D7D7D7. Windows color (decimal): -4332570 or 15131581. OLE color: 15131581.

HSL color Cylindrical-coordinate representation of color #BDE3E6: hue angle of 184.39º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE3E6 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB189227230-
CMYK0.180.0100.10
HSL184.39º45.05%82.16%-
HSV(B)184.39º17.83%90.2%-
XYZ62.7471.4785.35-
YUV215.98135.91108.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 227 (89.06% from 255) = 35.14%
BLUE value IS 230 (90.23% from 255) = 35.60%
R=29.26%
G=35.14%
B=35.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892272300.180.0100.10184.3945.0582.16
HexBDE3E61210Ab82d52
Octal27534334622101227055122
Binary10111101111000111110011010010101010101110001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3E6; }

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

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

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

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

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

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

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

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