Html Css Color HEX #BCDF80 Sulu

📋 copy color: '#BCDF80'

red 188 ◦ green 223 ◦ blue 128

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

Shades of Sulu #BCDF80

Tints of Sulu #BCDF80

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

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

 BLUE value IS 128 (50.39% from 255) = 23.75%

R = 34.88%
G = 41.37%
B = 23.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BCDF80 (or 0xBCDF80) is known color: Sulu. HEX triplet: BC, DF and 80. RGB value is (188,223,128). Sum of RGB (Red+Green+Blue) = 188+223+128=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF80 is #43207F. Grayscale: #CACACA. Windows color (decimal): -4399232 or 8445884. OLE color: 8445884.

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

Color convert

RGB 188 223 128 -
CMYK 0.16 0 0.43 0.13
HSL 82.11º 0.6% 0.69% -
HSV(B) 82.11º 0.43% 0.87% -
XYZ 51.02 65.03 30.28 -
YUV 201.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 188 223 128 0.16 0 0.43 0.13 82.11 0.6 0.69
Hex BC DF 80 10 0 2B D 52 3C 45
Octal 274 337 200 20 0 53 15 122 74 105
Binary 10111100 11011111 10000000 10000 0 101011 1101 1010010 111100 1000101

Color Harmonies of #BCDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF80

Black with #BCDF80

Text Example


Text Example

White with #BCDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF80; }

 p { color: rgb(188,223,128); }

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

background-color css

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

 a { background-color: rgb(188,223,128); }

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

border-color css

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

 span { border-color: rgb(188,223,128); }

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