#BEDEE1

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

Shades of Onahau #BEDEE1

Tints of Onahau #BEDEE1

Color information

#BEDEE1 (or 0xBEDEE1) is unknown color: approx Onahau. HEX triplet: BE, DE and E1. RGB value is (190,222,225). Sum of RGB (Red+Green+Blue) = 190+222+225=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEE1 is #41211E. Grayscale: #D4D4D4. Windows color (decimal): -4268319 or 14802622. OLE color: 14802622.

HSL color Cylindrical-coordinate representation of color #BEDEE1: hue angle of 185.14º 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 #BEDEE1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190222225-
CMYK0.160.0100.12
HSL185.14º36.84%81.37%-
HSV(B)185.14º15.56%88.24%-
XYZ60.9568.6381.27-
YUV212.77134.9111.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=29.83%
G=34.85%
B=35.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902222250.160.0100.12185.1436.8481.37
HexBEDEE11010Cb92551
Octal27633634120101427145121
Binary10111110110111101110000110000101100101110011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEE1; }

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

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

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

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

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

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

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

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