Html Css Color HEX #BEDC88 Sulu

📋 copy color: '#BEDC88'

red 190 ◦ green 220 ◦ blue 136

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

Shades of Sulu #BEDC88

Tints of Sulu #BEDC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.91%

R = 34.8%
G = 40.29%
B = 24.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#BEDC88 (or 0xBEDC88) is known color: Sulu. HEX triplet: BE, DC and 88. RGB value is (190,220,136). Sum of RGB (Red+Green+Blue) = 190+220+136=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC88 is #412377. Grayscale: #C9C9C9. Windows color (decimal): -4268920 or 8969406. OLE color: 8969406.

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

Color convert

RGB 190 220 136 -
CMYK 0.14 0 0.38 0.14
HSL 81.43º 0.55% 0.7% -
HSV(B) 81.43º 0.38% 0.86% -
XYZ 51.27 63.91 32.93 -
YUV 201.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 190 220 136 0.14 0 0.38 0.14 81.43 0.55 0.7
Hex BE DC 88 E 0 26 E 51 37 46
Octal 276 334 210 16 0 46 16 121 67 106
Binary 10111110 11011100 10001000 1110 0 100110 1110 1010001 110111 1000110

Color Harmonies of #BEDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC88

Black with #BEDC88

Text Example


Text Example

White with #BEDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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