Html Css Color HEX #BED583 Sulu

📋 copy color: '#BED583'

red 190 ◦ green 213 ◦ blue 131

#BED583
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BED583

Tints of Sulu #BED583

RGB

 RED value IS 190 (74.61% from 255) = 35.58%

 GREEN value IS 213 (83.59% from 255) = 39.89%

 BLUE value IS 131 (51.56% from 255) = 24.53%

R = 35.58%
G = 39.89%
B = 24.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BED583 (or 0xBED583) is known color: Sulu. HEX triplet: BE, D5 and 83. RGB value is (190,213,131). Sum of RGB (Red+Green+Blue) = 190+213+131=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #BED583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED583 is #412A7C. Grayscale: #C5C5C5. Windows color (decimal): -4270717 or 8639934. OLE color: 8639934.

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

Color convert

RGB 190 213 131 -
CMYK 0.11 0 0.38 0.16
HSL 76.83º 0.49% 0.67% -
HSV(B) 76.83º 0.38% 0.84% -
XYZ 49.13 60.17 30.5 -
YUV 196.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 190 213 131 0.11 0 0.38 0.16 76.83 0.49 0.67
Hex BE D5 83 B 0 26 10 4D 31 43
Octal 276 325 203 13 0 46 20 115 61 103
Binary 10111110 11010101 10000011 1011 0 100110 10000 1001101 110001 1000011

Color Harmonies of #BED583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED583

Black with #BED583

Text Example


Text Example

White with #BED583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED583; }

 p { color: rgb(190,213,131); }

 H1.HeaderClassName
 {
   color: #BED583;
 }
 .AnyTagClassName
 {
   color: #BED583;
 }
</style>

background-color css

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

 a { background-color: rgb(190,213,131); }

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

border-color css

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

 span { border-color: rgb(190,213,131); }

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