Html Css Color HEX #BCCD8E Sprout

📋 copy color: '#BCCD8E'

red 188 ◦ green 205 ◦ blue 142

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

Shades of Sprout #BCCD8E

Tints of Sprout #BCCD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 35.14%
G = 38.32%
B = 26.54%

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

#BCCD8E (or 0xBCCD8E) is known color: Sprout. HEX triplet: BC, CD and 8E. RGB value is (188,205,142). Sum of RGB (Red+Green+Blue) = 188+205+142=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD8E is #433271. Grayscale: #C0C0C0. Windows color (decimal): -4403826 or 9358780. OLE color: 9358780.

HSL color Cylindrical-coordinate representation of color #BCCD8E: hue angle of 76.19º 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 #BCCD8E is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 142 -
CMYK 0.08 0 0.31 0.20
HSL 76.19º 0.39% 0.68% -
HSV(B) 76.19º 0.31% 0.8% -
XYZ 47.45 56.31 33.96 -
YUV 192.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 188 205 142 0.08 0 0.31 0.20 76.19 0.39 0.68
Hex BC CD 8E 8 0 1F 14 4C 27 44
Octal 274 315 216 10 0 37 24 114 47 104
Binary 10111100 11001101 10001110 1000 0 11111 10100 1001100 100111 1000100

Color Harmonies of #BCCD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD8E

Black with #BCCD8E

Text Example


Text Example

White with #BCCD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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