#BEDA7E

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

Shades of Sulu #BEDA7E

Tints of Sulu #BEDA7E

Color information

#BEDA7E (or 0xBEDA7E) is unknown color: approx Sulu. HEX triplet: BE, DA and 7E. RGB value is (190,218,126). Sum of RGB (Red+Green+Blue) = 190+218+126=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7E is #412581. Grayscale: #C7C7C7. Windows color (decimal): -4269442 or 8313534. OLE color: 8313534.

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

Color convert

RGB190218126-
CMYK0.1300.420.15
HSL78.26º55.42%67.45%-
HSV(B)78.26º42.2%85.49%-
XYZ50.0762.629.18-
YUV199.1486.72121.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 126 (49.61% from 255) = 23.60%
R=35.58%
G=40.82%
B=23.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902181260.1300.420.1578.2655.4267.45
HexBEDA7ED02AF4e3743
Octal276332176150521711667103
Binary1011111011011010111111011010101010111110011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA7E; }

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

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

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

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

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

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

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

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