#BEDA8C

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

Shades of Sulu #BEDA8C

Tints of Sulu #BEDA8C

Color information

#BEDA8C (or 0xBEDA8C) is unknown color: approx Sulu. HEX triplet: BE, DA and 8C. RGB value is (190,218,140). Sum of RGB (Red+Green+Blue) = 190+218+140=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA8C is #412573. Grayscale: #C9C9C9. Windows color (decimal): -4269428 or 9231038. OLE color: 9231038.

HSL color Cylindrical-coordinate representation of color #BEDA8C: hue angle of 81.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEDA8C is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB190218140-
CMYK0.1300.360.15
HSL81.54º51.32%70.2%-
HSV(B)81.54º35.78%85.49%-
XYZ51.0462.9834.28-
YUV200.7493.72120.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 140 (55.08% from 255) = 25.55%
R=34.67%
G=39.78%
B=25.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181400.1300.360.1581.5451.3270.2
HexBEDA8CD024F523346
Octal276332214150441712263106
Binary10111110110110101000110011010100100111110100101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA8C; }

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

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

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

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

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

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

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

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