Html Css Color HEX #BEDE86 Sulu

📋 copy color: '#BEDE86'

red 190 ◦ green 222 ◦ blue 134

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

Shades of Sulu #BEDE86

Tints of Sulu #BEDE86

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 34.8%
G = 40.66%
B = 24.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BEDE86 (or 0xBEDE86) is known color: Sulu. HEX triplet: BE, DE and 86. RGB value is (190,222,134). Sum of RGB (Red+Green+Blue) = 190+222+134=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE86 is #412179. Grayscale: #CACACA. Windows color (decimal): -4268410 or 8838846. OLE color: 8838846.

HSL color Cylindrical-coordinate representation of color #BEDE86: hue angle of 81.82º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEDE86 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 134 -
CMYK 0.14 0 0.40 0.13
HSL 81.82º 0.57% 0.7% -
HSV(B) 81.82º 0.4% 0.87% -
XYZ 51.66 64.91 32.36 -
YUV 202.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 190 222 134 0.14 0 0.40 0.13 81.82 0.57 0.7
Hex BE DE 86 E 0 28 D 52 39 46
Octal 276 336 206 16 0 50 15 122 71 106
Binary 10111110 11011110 10000110 1110 0 101000 1101 1010010 111001 1000110

Color Harmonies of #BEDE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE86

Black with #BEDE86

Text Example


Text Example

White with #BEDE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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