Html Css Color HEX #BCCA9C Sprout

📋 copy color: '#BCCA9C'

red 188 ◦ green 202 ◦ blue 156

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

Shades of Sprout #BCCA9C

Tints of Sprout #BCCA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

 BLUE value IS 156 (61.33% from 255) = 28.57%

R = 34.43%
G = 37%
B = 28.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BCCA9C (or 0xBCCA9C) is known color: Sprout. HEX triplet: BC, CA and 9C. RGB value is (188,202,156). Sum of RGB (Red+Green+Blue) = 188+202+156=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA9C is #433563. Grayscale: #C0C0C0. Windows color (decimal): -4404580 or 10275516. OLE color: 10275516.

HSL color Cylindrical-coordinate representation of color #BCCA9C: hue angle of 78.26º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCA9C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 156 -
CMYK 0.07 0 0.23 0.21
HSL 78.26º 0.3% 0.7% -
HSV(B) 78.26º 0.23% 0.79% -
XYZ 47.86 55.33 39.61 -
YUV 192.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 188 202 156 0.07 0 0.23 0.21 78.26 0.3 0.7
Hex BC CA 9C 7 0 17 15 4E 1E 46
Octal 274 312 234 7 0 27 25 116 36 106
Binary 10111100 11001010 10011100 111 0 10111 10101 1001110 11110 1000110

Color Harmonies of #BCCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA9C

Black with #BCCA9C

Text Example


Text Example

White with #BCCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA9C; }

 p { color: rgb(188,202,156); }

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

background-color css

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

 a { background-color: rgb(188,202,156); }

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

border-color css

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

 span { border-color: rgb(188,202,156); }

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