Html Css Color HEX #BCDC8D Sulu

📋 copy color: '#BCDC8D'

red 188 ◦ green 220 ◦ blue 141

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

Shades of Sulu #BCDC8D

Tints of Sulu #BCDC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.68%

R = 34.24%
G = 40.07%
B = 25.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BCDC8D (or 0xBCDC8D) is known color: Sulu. HEX triplet: BC, DC and 8D. RGB value is (188,220,141). Sum of RGB (Red+Green+Blue) = 188+220+141=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8D is #432372. Grayscale: #C9C9C9. Windows color (decimal): -4399987 or 9297084. OLE color: 9297084.

HSL color Cylindrical-coordinate representation of color #BCDC8D: hue angle of 84.3º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCDC8D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 141 -
CMYK 0.15 0 0.36 0.14
HSL 84.3º 0.53% 0.71% -
HSV(B) 84.3º 0.36% 0.86% -
XYZ 51.14 63.8 34.82 -
YUV 201.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 188 220 141 0.15 0 0.36 0.14 84.3 0.53 0.71
Hex BC DC 8D F 0 24 E 54 35 47
Octal 274 334 215 17 0 44 16 124 65 107
Binary 10111100 11011100 10001101 1111 0 100100 1110 1010100 110101 1000111

Color Harmonies of #BCDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC8D

Black with #BCDC8D

Text Example


Text Example

White with #BCDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC8D; }

 p { color: rgb(188,220,141); }

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

background-color css

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

 a { background-color: rgb(188,220,141); }

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

border-color css

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

 span { border-color: rgb(188,220,141); }

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