#BED777

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

Shades of Sulu #BED777

Tints of Sulu #BED777

Color information

#BED777 (or 0xBED777) is unknown color: approx Sulu. HEX triplet: BE, D7 and 77. RGB value is (190,215,119). Sum of RGB (Red+Green+Blue) = 190+215+119=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #BED777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED777 is #412888. Grayscale: #C4C4C4. Windows color (decimal): -4270217 or 7854014. OLE color: 7854014.

HSL color Cylindrical-coordinate representation of color #BED777: hue angle of 75.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED777 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB190215119-
CMYK0.1200.450.16
HSL75.62º54.55%65.49%-
HSV(B)75.62º44.65%84.31%-
XYZ48.8760.8826.63-
YUV196.5884.22123.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 119 (46.88% from 255) = 22.71%
R=36.26%
G=41.03%
B=22.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151190.1200.450.1675.6254.5565.49
HexBED777C02D104c3741
Octal276327167140552011467101
Binary10111110110101111110111110001011011000010011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED777; }

 p { color: rgb(190,215,119); }

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

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

 a { background-color: rgb(190,215,119); }

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

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

 span { border-color: rgb(190,215,119); }

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