#BDCFA0

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

Shades of Sprout #BDCFA0

Tints of Sprout #BDCFA0

Color information

#BDCFA0 (or 0xBDCFA0) is unknown color: approx Sprout. HEX triplet: BD, CF and A0. RGB value is (189,207,160). Sum of RGB (Red+Green+Blue) = 189+207+160=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCFA0 is #42305F. Grayscale: #C4C4C4. Windows color (decimal): -4337760 or 10538941. OLE color: 10538941.

HSL color Cylindrical-coordinate representation of color #BDCFA0: hue angle of 82.98º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCFA0 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB189207160-
CMYK0.0900.230.19
HSL82.98º32.87%71.96%-
HSV(B)82.98º22.71%81.18%-
XYZ49.6457.9841.83-
YUV196.26107.54122.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=33.99%
G=37.23%
B=28.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071600.0900.230.1982.9832.8771.96
HexBDCFA0901713532148
Octal275317240110272312341110
Binary10111101110011111010000010010101111001110100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFA0; }

 p { color: rgb(189,207,160); }

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

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

 a { background-color: rgb(189,207,160); }

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

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

 span { border-color: rgb(189,207,160); }

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