Html Css Color HEX #BCCE9F Sprout

📋 copy color: '#BCCE9F'

red 188 ◦ green 206 ◦ blue 159

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

Shades of Sprout #BCCE9F

Tints of Sprout #BCCE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 159 (62.5% from 255) = 28.75%

R = 34%
G = 37.25%
B = 28.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BCCE9F (or 0xBCCE9F) is known color: Sprout. HEX triplet: BC, CE and 9F. RGB value is (188,206,159). Sum of RGB (Red+Green+Blue) = 188+206+159=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE9F is #433160. Grayscale: #C3C3C3. Windows color (decimal): -4403553 or 10473148. OLE color: 10473148.

HSL color Cylindrical-coordinate representation of color #BCCE9F: hue angle of 82.98º degrees, saturation: 0.32, 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 #BCCE9F is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 159 -
CMYK 0.09 0 0.23 0.19
HSL 82.98º 0.32% 0.72% -
HSV(B) 82.98º 0.23% 0.81% -
XYZ 49.07 57.34 41.28 -
YUV 195.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 188 206 159 0.09 0 0.23 0.19 82.98 0.32 0.72
Hex BC CE 9F 9 0 17 13 53 20 48
Octal 274 316 237 11 0 27 23 123 40 110
Binary 10111100 11001110 10011111 1001 0 10111 10011 1010011 100000 1001000

Color Harmonies of #BCCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE9F

Black with #BCCE9F

Text Example


Text Example

White with #BCCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE9F; }

 p { color: rgb(188,206,159); }

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

background-color css

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

 a { background-color: rgb(188,206,159); }

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

border-color css

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

 span { border-color: rgb(188,206,159); }

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