#BEDDE2

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

Shades of Onahau #BEDDE2

Tints of Onahau #BEDDE2

Color information

#BEDDE2 (or 0xBEDDE2) is unknown color: approx Onahau. HEX triplet: BE, DD and E2. RGB value is (190,221,226). Sum of RGB (Red+Green+Blue) = 190+221+226=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDE2 is #41221D. Grayscale: #D4D4D4. Windows color (decimal): -4268574 or 14867902. OLE color: 14867902.

HSL color Cylindrical-coordinate representation of color #BEDDE2: hue angle of 188.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEDDE2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190221226-
CMYK0.160.0200.11
HSL188.33º38.3%81.57%-
HSV(B)188.33º15.93%88.63%-
XYZ60.8268.1581.9-
YUV212.3135.73112.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=29.83%
G=34.69%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902212260.160.0200.11188.3338.381.57
HexBEDDE21020Bbc2652
Octal27633534220201327446122
Binary101111101101110111100010100001001011101111001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDE2; }

 p { color: rgb(190,221,226); }

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

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

 a { background-color: rgb(190,221,226); }

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

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

 span { border-color: rgb(190,221,226); }

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