Html Css Color HEX #BED786 Sulu

📋 copy color: '#BED786'

red 190 ◦ green 215 ◦ blue 134

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

Shades of Sulu #BED786

Tints of Sulu #BED786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

 BLUE value IS 134 (52.73% from 255) = 24.86%

R = 35.25%
G = 39.89%
B = 24.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BED786 (or 0xBED786) is known color: Sulu. HEX triplet: BE, D7 and 86. RGB value is (190,215,134). Sum of RGB (Red+Green+Blue) = 190+215+134=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #BED786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED786 is #412879. Grayscale: #C6C6C6. Windows color (decimal): -4270202 or 8837054. OLE color: 8837054.

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

Color convert

RGB 190 215 134 -
CMYK 0.12 0 0.38 0.16
HSL 78.52º 0.5% 0.68% -
HSV(B) 78.52º 0.38% 0.84% -
XYZ 49.84 61.27 31.75 -
YUV 198.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 190 215 134 0.12 0 0.38 0.16 78.52 0.5 0.68
Hex BE D7 86 C 0 26 10 4F 32 44
Octal 276 327 206 14 0 46 20 117 62 104
Binary 10111110 11010111 10000110 1100 0 100110 10000 1001111 110010 1000100

Color Harmonies of #BED786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED786

Black with #BED786

Text Example


Text Example

White with #BED786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED786; }

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

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

background-color css

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

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

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

border-color css

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

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

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