Html Css Color HEX #BED984 Sulu

📋 copy color: '#BED984'

red 190 ◦ green 217 ◦ blue 132

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

Shades of Sulu #BED984

Tints of Sulu #BED984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.49%

R = 35.25%
G = 40.26%
B = 24.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BED984 (or 0xBED984) is known color: Sulu. HEX triplet: BE, D9 and 84. RGB value is (190,217,132). Sum of RGB (Red+Green+Blue) = 190+217+132=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #BED984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED984 is #41267B. Grayscale: #C7C7C7. Windows color (decimal): -4269692 or 8706494. OLE color: 8706494.

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

Color convert

RGB 190 217 132 -
CMYK 0.12 0 0.39 0.15
HSL 79.06º 0.53% 0.68% -
HSV(B) 79.06º 0.39% 0.85% -
XYZ 50.21 62.24 31.2 -
YUV 199.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 190 217 132 0.12 0 0.39 0.15 79.06 0.53 0.68
Hex BE D9 84 C 0 27 F 4F 35 44
Octal 276 331 204 14 0 47 17 117 65 104
Binary 10111110 11011001 10000100 1100 0 100111 1111 1001111 110101 1000100

Color Harmonies of #BED984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED984

Black with #BED984

Text Example


Text Example

White with #BED984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED984; }

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

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

background-color css

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

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

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

border-color css

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

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

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