Html Css Color HEX #BCCF9F Sprout

📋 copy color: '#BCCF9F'

red 188 ◦ green 207 ◦ blue 159

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

Shades of Sprout #BCCF9F

Tints of Sprout #BCCF9F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.36%

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

R = 33.94%
G = 37.36%
B = 28.7%

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

#BCCF9F (or 0xBCCF9F) is known color: Sprout. HEX triplet: BC, CF and 9F. RGB value is (188,207,159). Sum of RGB (Red+Green+Blue) = 188+207+159=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCF9F is #433060. Grayscale: #C4C4C4. Windows color (decimal): -4403297 or 10473404. OLE color: 10473404.

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

Color convert

RGB 188 207 159 -
CMYK 0.09 0 0.23 0.19
HSL 83.75º 0.33% 0.72% -
HSV(B) 83.75º 0.23% 0.81% -
XYZ 49.31 57.82 41.36 -
YUV 195.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 188 207 159 0.09 0 0.23 0.19 83.75 0.33 0.72
Hex BC CF 9F 9 0 17 13 54 21 48
Octal 274 317 237 11 0 27 23 124 41 110
Binary 10111100 11001111 10011111 1001 0 10111 10011 1010100 100001 1001000

Color Harmonies of #BCCF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF9F

Black with #BCCF9F

Text Example


Text Example

White with #BCCF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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