#BED789

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

Shades of Sulu #BED789

Tints of Sulu #BED789

Color information

#BED789 (or 0xBED789) is unknown color: approx Sulu. HEX triplet: BE, D7 and 89. RGB value is (190,215,137). Sum of RGB (Red+Green+Blue) = 190+215+137=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #BED789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED789 is #412876. Grayscale: #C6C6C6. Windows color (decimal): -4270199 or 9033662. OLE color: 9033662.

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

Color convert

RGB190215137-
CMYK0.1200.360.16
HSL79.23º49.37%69.02%-
HSV(B)79.23º36.28%84.31%-
XYZ50.0561.3532.87-
YUV198.6393.22121.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=35.06%
G=39.67%
B=25.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151370.1200.360.1679.2349.3769.02
HexBED789C024104f3145
Octal276327211140442011761105
Binary101111101101011110001001110001001001000010011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED789; }

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

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

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

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

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

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

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

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