Html Css Color HEX #BEDC7E Sulu

📋 copy color: '#BEDC7E'

red 190 ◦ green 220 ◦ blue 126

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

Shades of Sulu #BEDC7E

Tints of Sulu #BEDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 126 (49.61% from 255) = 23.51%

R = 35.45%
G = 41.04%
B = 23.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#BEDC7E (or 0xBEDC7E) is known color: Sulu. HEX triplet: BE, DC and 7E. RGB value is (190,220,126). Sum of RGB (Red+Green+Blue) = 190+220+126=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC7E is #412381. Grayscale: #C8C8C8. Windows color (decimal): -4268930 or 8314046. OLE color: 8314046.

HSL color Cylindrical-coordinate representation of color #BEDC7E: hue angle of 79.15º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEDC7E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 126 -
CMYK 0.14 0 0.43 0.14
HSL 79.15º 0.57% 0.68% -
HSV(B) 79.15º 0.43% 0.86% -
XYZ 50.59 63.64 29.36 -
YUV 200.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 190 220 126 0.14 0 0.43 0.14 79.15 0.57 0.68
Hex BE DC 7E E 0 2B E 4F 39 44
Octal 276 334 176 16 0 53 16 117 71 104
Binary 10111110 11011100 1111110 1110 0 101011 1110 1001111 111001 1000100

Color Harmonies of #BEDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC7E

Black with #BEDC7E

Text Example


Text Example

White with #BEDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC7E; }

 p { color: rgb(190,220,126); }

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

background-color css

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

 a { background-color: rgb(190,220,126); }

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

border-color css

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

 span { border-color: rgb(190,220,126); }

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