Html Css Color HEX #BEDF8F Sulu

📋 copy color: '#BEDF8F'

red 190 ◦ green 223 ◦ blue 143

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

Shades of Sulu #BEDF8F

Tints of Sulu #BEDF8F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 143 (56.25% from 255) = 25.72%

R = 34.17%
G = 40.11%
B = 25.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BEDF8F (or 0xBEDF8F) is known color: Sulu. HEX triplet: BE, DF and 8F. RGB value is (190,223,143). Sum of RGB (Red+Green+Blue) = 190+223+143=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF8F is #412070. Grayscale: #CCCCCC. Windows color (decimal): -4268145 or 9428926. OLE color: 9428926.

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

Color convert

RGB 190 223 143 -
CMYK 0.15 0 0.36 0.13
HSL 84.75º 0.56% 0.72% -
HSV(B) 84.75º 0.36% 0.87% -
XYZ 52.58 65.71 35.9 -
YUV 204.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 190 223 143 0.15 0 0.36 0.13 84.75 0.56 0.72
Hex BE DF 8F F 0 24 D 55 38 48
Octal 276 337 217 17 0 44 15 125 70 110
Binary 10111110 11011111 10001111 1111 0 100100 1101 1010101 111000 1001000

Color Harmonies of #BEDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDF8F

Black with #BEDF8F

Text Example


Text Example

White with #BEDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDF8F; }

 p { color: rgb(190,223,143); }

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

background-color css

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

 a { background-color: rgb(190,223,143); }

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

border-color css

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

 span { border-color: rgb(190,223,143); }

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