Html Css Color HEX #BEDE7E Sulu

📋 copy color: '#BEDE7E'

red 190 ◦ green 222 ◦ blue 126

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

Shades of Sulu #BEDE7E

Tints of Sulu #BEDE7E

RGB

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

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

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

R = 35.32%
G = 41.26%
B = 23.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BEDE7E (or 0xBEDE7E) is known color: Sulu. HEX triplet: BE, DE and 7E. RGB value is (190,222,126). Sum of RGB (Red+Green+Blue) = 190+222+126=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE7E is #412181. Grayscale: #C9C9C9. Windows color (decimal): -4268418 or 8314558. OLE color: 8314558.

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

Color convert

RGB 190 222 126 -
CMYK 0.14 0 0.43 0.13
HSL 80º 0.59% 0.68% -
HSV(B) 80º 0.43% 0.87% -
XYZ 51.12 64.7 29.53 -
YUV 201.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 190 222 126 0.14 0 0.43 0.13 80 0.59 0.68
Hex BE DE 7E E 0 2B D 50 3B 44
Octal 276 336 176 16 0 53 15 120 73 104
Binary 10111110 11011110 1111110 1110 0 101011 1101 1010000 111011 1000100

Color Harmonies of #BEDE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE7E

Black with #BEDE7E

Text Example


Text Example

White with #BEDE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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