Html Css Color HEX #BEDE8C Sulu

📋 copy color: '#BEDE8C'

red 190 ◦ green 222 ◦ blue 140

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

Shades of Sulu #BEDE8C

Tints of Sulu #BEDE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.36%

R = 34.42%
G = 40.22%
B = 25.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BEDE8C (or 0xBEDE8C) is known color: Sulu. HEX triplet: BE, DE and 8C. RGB value is (190,222,140). Sum of RGB (Red+Green+Blue) = 190+222+140=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDE8C is #412173. Grayscale: #CBCBCB. Windows color (decimal): -4268404 or 9232062. OLE color: 9232062.

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

Color convert

RGB 190 222 140 -
CMYK 0.14 0 0.37 0.13
HSL 83.41º 0.55% 0.71% -
HSV(B) 83.41º 0.37% 0.87% -
XYZ 52.09 65.08 34.63 -
YUV 203.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 190 222 140 0.14 0 0.37 0.13 83.41 0.55 0.71
Hex BE DE 8C E 0 25 D 53 37 47
Octal 276 336 214 16 0 45 15 123 67 107
Binary 10111110 11011110 10001100 1110 0 100101 1101 1010011 110111 1000111

Color Harmonies of #BEDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE8C

Black with #BEDE8C

Text Example


Text Example

White with #BEDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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