Html Css Color HEX #BED983 Sulu

📋 copy color: '#BED983'

red 190 ◦ green 217 ◦ blue 131

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

Shades of Sulu #BED983

Tints of Sulu #BED983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

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

R = 35.32%
G = 40.33%
B = 24.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BED983 (or 0xBED983) is known color: Sulu. HEX triplet: BE, D9 and 83. RGB value is (190,217,131). Sum of RGB (Red+Green+Blue) = 190+217+131=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BED983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED983 is #41267C. Grayscale: #C7C7C7. Windows color (decimal): -4269693 or 8640958. OLE color: 8640958.

HSL color Cylindrical-coordinate representation of color #BED983: hue angle of 78.84º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED983 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 131 -
CMYK 0.12 0 0.40 0.15
HSL 78.84º 0.53% 0.68% -
HSV(B) 78.84º 0.4% 0.85% -
XYZ 50.14 62.21 30.84 -
YUV 199.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 190 217 131 0.12 0 0.40 0.15 78.84 0.53 0.68
Hex BE D9 83 C 0 28 F 4F 35 44
Octal 276 331 203 14 0 50 17 117 65 104
Binary 10111110 11011001 10000011 1100 0 101000 1111 1001111 110101 1000100

Color Harmonies of #BED983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED983

Black with #BED983

Text Example


Text Example

White with #BED983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED983; }

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

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

background-color css

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

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

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

border-color css

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

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

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