Html Css Color HEX #BCDF82 Sulu

📋 copy color: '#BCDF82'

red 188 ◦ green 223 ◦ blue 130

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

Shades of Sulu #BCDF82

Tints of Sulu #BCDF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.03%

R = 34.75%
G = 41.22%
B = 24.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#BCDF82 (or 0xBCDF82) is known color: Sulu. HEX triplet: BC, DF and 82. RGB value is (188,223,130). Sum of RGB (Red+Green+Blue) = 188+223+130=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF82 is #43207D. Grayscale: #CACACA. Windows color (decimal): -4399230 or 8576956. OLE color: 8576956.

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

Color convert

RGB 188 223 130 -
CMYK 0.16 0 0.42 0.13
HSL 82.58º 0.59% 0.69% -
HSV(B) 82.58º 0.42% 0.87% -
XYZ 51.16 65.08 30.98 -
YUV 201.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 188 223 130 0.16 0 0.42 0.13 82.58 0.59 0.69
Hex BC DF 82 10 0 2A D 53 3B 45
Octal 274 337 202 20 0 52 15 123 73 105
Binary 10111100 11011111 10000010 10000 0 101010 1101 1010011 111011 1000101

Color Harmonies of #BCDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF82

Black with #BCDF82

Text Example


Text Example

White with #BCDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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