Html Css Color HEX #BCCD8D Sprout

📋 copy color: '#BCCD8D'

red 188 ◦ green 205 ◦ blue 141

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

Shades of Sprout #BCCD8D

Tints of Sprout #BCCD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

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

R = 35.21%
G = 38.39%
B = 26.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#BCCD8D (or 0xBCCD8D) is known color: Sprout. HEX triplet: BC, CD and 8D. RGB value is (188,205,141). Sum of RGB (Red+Green+Blue) = 188+205+141=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD8D is #433272. Grayscale: #C0C0C0. Windows color (decimal): -4403827 or 9293244. OLE color: 9293244.

HSL color Cylindrical-coordinate representation of color #BCCD8D: hue angle of 75.94º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCCD8D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 141 -
CMYK 0.08 0 0.31 0.20
HSL 75.94º 0.39% 0.68% -
HSV(B) 75.94º 0.31% 0.8% -
XYZ 47.38 56.28 33.56 -
YUV 192.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 188 205 141 0.08 0 0.31 0.20 75.94 0.39 0.68
Hex BC CD 8D 8 0 1F 14 4C 27 44
Octal 274 315 215 10 0 37 24 114 47 104
Binary 10111100 11001101 10001101 1000 0 11111 10100 1001100 100111 1000100

Color Harmonies of #BCCD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD8D

Black with #BCCD8D

Text Example


Text Example

White with #BCCD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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