#BCCDA1

Color #BCCDA1 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCCDA1

Tints of Sprout #BCCDA1

Color information

#BCCDA1 (or 0xBCCDA1) is unknown color: approx Sprout. HEX triplet: BC, CD and A1. RGB value is (188,205,161). Sum of RGB (Red+Green+Blue) = 188+205+161=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA1 is #43325E. Grayscale: #C3C3C3. Windows color (decimal): -4403807 or 10603964. OLE color: 10603964.

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

Color convert

RGB188205161-
CMYK0.0800.210.20
HSL83.18º30.56%71.76%-
HSV(B)83.18º21.46%80.39%-
XYZ4956.9342.12-
YUV194.9108.87123.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 161 (63.28% from 255) = 29.06%
R=33.94%
G=37.00%
B=29.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051610.0800.210.2083.1830.5671.76
HexBCCDA1801514531f48
Octal274315241100252412337110
Binary1011110011001101101000011000010101101001010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDA1; }

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

 H1.HeaderClassName
 {
   color: #BCCDA1;
 }
 .AnyTagClassName
 {
   color: #BCCDA1;
 }
</style>
background-color css

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

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

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

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

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

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