Html Css Color HEX #BEDA87 Sulu

📋 copy color: '#BEDA87'

red 190 ◦ green 218 ◦ blue 135

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

Shades of Sulu #BEDA87

Tints of Sulu #BEDA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 24.86%

R = 34.99%
G = 40.15%
B = 24.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BEDA87 (or 0xBEDA87) is known color: Sulu. HEX triplet: BE, DA and 87. RGB value is (190,218,135). Sum of RGB (Red+Green+Blue) = 190+218+135=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA87 is #412578. Grayscale: #C8C8C8. Windows color (decimal): -4269433 or 8903358. OLE color: 8903358.

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

Color convert

RGB 190 218 135 -
CMYK 0.13 0 0.38 0.15
HSL 80.24º 0.53% 0.69% -
HSV(B) 80.24º 0.38% 0.85% -
XYZ 50.68 62.84 32.38 -
YUV 200.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 190 218 135 0.13 0 0.38 0.15 80.24 0.53 0.69
Hex BE DA 87 D 0 26 F 50 35 45
Octal 276 332 207 15 0 46 17 120 65 105
Binary 10111110 11011010 10000111 1101 0 100110 1111 1010000 110101 1000101

Color Harmonies of #BEDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA87

Black with #BEDA87

Text Example


Text Example

White with #BEDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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