#BEDAE1

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

Shades of Onahau #BEDAE1

Tints of Onahau #BEDAE1

Color information

#BEDAE1 (or 0xBEDAE1) is unknown color: approx Onahau. HEX triplet: BE, DA and E1. RGB value is (190,218,225). Sum of RGB (Red+Green+Blue) = 190+218+225=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAE1 is #41251E. Grayscale: #D2D2D2. Windows color (decimal): -4269343 or 14801598. OLE color: 14801598.

HSL color Cylindrical-coordinate representation of color #BEDAE1: hue angle of 192º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDAE1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190218225-
CMYK0.160.0300.12
HSL192º36.84%81.37%-
HSV(B)192º15.56%88.24%-
XYZ59.966.5380.92-
YUV210.43136.22113.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=30.02%
G=34.44%
B=35.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902182250.160.0300.1219236.8481.37
HexBEDAE11030Cc02551
Octal27633234120301430045121
Binary101111101101101011100001100001101100110000001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAE1; }

 p { color: rgb(190,218,225); }

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

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

 a { background-color: rgb(190,218,225); }

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

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

 span { border-color: rgb(190,218,225); }

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