Html Css Color HEX #BEDA8D Sulu

📋 copy color: '#BEDA8D'

red 190 ◦ green 218 ◦ blue 141

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

Shades of Sulu #BEDA8D

Tints of Sulu #BEDA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.68%

R = 34.61%
G = 39.71%
B = 25.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BEDA8D (or 0xBEDA8D) is known color: Sulu. HEX triplet: BE, DA and 8D. RGB value is (190,218,141). Sum of RGB (Red+Green+Blue) = 190+218+141=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA8D is #412572. Grayscale: #C9C9C9. Windows color (decimal): -4269427 or 9296574. OLE color: 9296574.

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

Color convert

RGB 190 218 141 -
CMYK 0.13 0 0.35 0.15
HSL 81.82º 0.51% 0.7% -
HSV(B) 81.82º 0.35% 0.85% -
XYZ 51.11 63.01 34.67 -
YUV 200.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 190 218 141 0.13 0 0.35 0.15 81.82 0.51 0.7
Hex BE DA 8D D 0 23 F 52 33 46
Octal 276 332 215 15 0 43 17 122 63 106
Binary 10111110 11011010 10001101 1101 0 100011 1111 1010010 110011 1000110

Color Harmonies of #BEDA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA8D

Black with #BEDA8D

Text Example


Text Example

White with #BEDA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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