#BEDE84

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

Shades of Sulu #BEDE84

Tints of Sulu #BEDE84

Color information

#BEDE84 (or 0xBEDE84) is unknown color: approx Sulu. HEX triplet: BE, DE and 84. RGB value is (190,222,132). Sum of RGB (Red+Green+Blue) = 190+222+132=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 132 (51.95% from 255 or 24.26% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE84 is #41217B. Grayscale: #CACACA. Windows color (decimal): -4268412 or 8707774. OLE color: 8707774.

HSL color Cylindrical-coordinate representation of color #BEDE84: hue angle of 81.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEDE84 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB190222132-
CMYK0.1400.410.13
HSL81.33º57.69%69.41%-
HSV(B)81.33º40.54%87.06%-
XYZ51.5264.8631.63-
YUV202.1788.4119.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 132 (51.95% from 255) = 24.26%
R=34.93%
G=40.81%
B=24.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221320.1400.410.1381.3357.6969.41
HexBEDE84E029D513a45
Octal276336204160511512172105
Binary10111110110111101000010011100101001110110100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE84; }

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

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

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

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

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

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

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

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