Html Css Color HEX #BEDE8A Sulu

📋 copy color: '#BEDE8A'

red 190 ◦ green 222 ◦ blue 138

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

Shades of Sulu #BEDE8A

Tints of Sulu #BEDE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.09%

R = 34.55%
G = 40.36%
B = 25.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BEDE8A (or 0xBEDE8A) is known color: Sulu. HEX triplet: BE, DE and 8A. RGB value is (190,222,138). Sum of RGB (Red+Green+Blue) = 190+222+138=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8A is #412175. Grayscale: #CBCBCB. Windows color (decimal): -4268406 or 9100990. OLE color: 9100990.

HSL color Cylindrical-coordinate representation of color #BEDE8A: hue angle of 82.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEDE8A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 222 138 -
CMYK 0.14 0 0.38 0.13
HSL 82.86º 0.56% 0.71% -
HSV(B) 82.86º 0.38% 0.87% -
XYZ 51.94 65.02 33.86 -
YUV 202.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 190 222 138 0.14 0 0.38 0.13 82.86 0.56 0.71
Hex BE DE 8A E 0 26 D 53 38 47
Octal 276 336 212 16 0 46 15 123 70 107
Binary 10111110 11011110 10001010 1110 0 100110 1101 1010011 111000 1000111

Color Harmonies of #BEDE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE8A

Black with #BEDE8A

Text Example


Text Example

White with #BEDE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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