Html Css Color HEX #BEDC86 Sulu

📋 copy color: '#BEDC86'

red 190 ◦ green 220 ◦ blue 134

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

Shades of Sulu #BEDC86

Tints of Sulu #BEDC86

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

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

R = 34.93%
G = 40.44%
B = 24.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#BEDC86 (or 0xBEDC86) is known color: Sulu. HEX triplet: BE, DC and 86. RGB value is (190,220,134). Sum of RGB (Red+Green+Blue) = 190+220+134=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC86 is #412379. Grayscale: #C9C9C9. Windows color (decimal): -4268922 or 8838334. OLE color: 8838334.

HSL color Cylindrical-coordinate representation of color #BEDC86: hue angle of 80.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEDC86 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 134 -
CMYK 0.14 0 0.39 0.14
HSL 80.93º 0.55% 0.69% -
HSV(B) 80.93º 0.39% 0.86% -
XYZ 51.13 63.85 32.18 -
YUV 201.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 190 220 134 0.14 0 0.39 0.14 80.93 0.55 0.69
Hex BE DC 86 E 0 27 E 51 37 45
Octal 276 334 206 16 0 47 16 121 67 105
Binary 10111110 11011100 10000110 1110 0 100111 1110 1010001 110111 1000101

Color Harmonies of #BEDC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC86

Black with #BEDC86

Text Example


Text Example

White with #BEDC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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