Html Css Color HEX #BEDA86 Sulu

📋 copy color: '#BEDA86'

red 190 ◦ green 218 ◦ blue 134

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

Shades of Sulu #BEDA86

Tints of Sulu #BEDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.22%

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

R = 35.06%
G = 40.22%
B = 24.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BEDA86 (or 0xBEDA86) is known color: Sulu. HEX triplet: BE, DA and 86. RGB value is (190,218,134). Sum of RGB (Red+Green+Blue) = 190+218+134=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA86 is #412579. Grayscale: #C8C8C8. Windows color (decimal): -4269434 or 8837822. OLE color: 8837822.

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

Color convert

RGB 190 218 134 -
CMYK 0.13 0 0.39 0.15
HSL 80º 0.53% 0.69% -
HSV(B) 80º 0.39% 0.85% -
XYZ 50.61 62.81 32.01 -
YUV 200.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 190 218 134 0.13 0 0.39 0.15 80 0.53 0.69
Hex BE DA 86 D 0 27 F 50 35 45
Octal 276 332 206 15 0 47 17 120 65 105
Binary 10111110 11011010 10000110 1101 0 100111 1111 1010000 110101 1000101

Color Harmonies of #BEDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA86

Black with #BEDA86

Text Example


Text Example

White with #BEDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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