#BED981

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

Shades of Sulu #BED981

Tints of Sulu #BED981

Color information

#BED981 (or 0xBED981) is unknown color: approx Sulu. HEX triplet: BE, D9 and 81. RGB value is (190,217,129). Sum of RGB (Red+Green+Blue) = 190+217+129=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #BED981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED981 is #41267E. Grayscale: #C7C7C7. Windows color (decimal): -4269695 or 8509886. OLE color: 8509886.

HSL color Cylindrical-coordinate representation of color #BED981: hue angle of 78.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED981 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB190217129-
CMYK0.1200.410.15
HSL78.41º53.66%67.84%-
HSV(B)78.41º40.55%85.1%-
XYZ50.0162.1630.13-
YUV198.988.55121.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=35.45%
G=40.49%
B=24.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171290.1200.410.1578.4153.6667.84
HexBED981C029F4e3644
Octal276331201140511711666104
Binary10111110110110011000000111000101001111110011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED981; }

 p { color: rgb(190,217,129); }

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

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

 a { background-color: rgb(190,217,129); }

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

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

 span { border-color: rgb(190,217,129); }

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