Html Css Color HEX #BBCF8D Sprout

📋 copy color: '#BBCF8D'

red 187 ◦ green 207 ◦ blue 141

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

Shades of Sprout #BBCF8D

Tints of Sprout #BBCF8D

RGB

 RED value IS 187 (73.44% from 255) = 34.95%

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

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 34.95%
G = 38.69%
B = 26.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#BBCF8D (or 0xBBCF8D) is known color: Sprout. HEX triplet: BB, CF and 8D. RGB value is (187,207,141). Sum of RGB (Red+Green+Blue) = 187+207+141=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8D is #443072. Grayscale: #C1C1C1. Windows color (decimal): -4468851 or 9293755. OLE color: 9293755.

HSL color Cylindrical-coordinate representation of color #BBCF8D: hue angle of 78.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBCF8D is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 141 -
CMYK 0.10 0 0.32 0.19
HSL 78.18º 0.41% 0.68% -
HSV(B) 78.18º 0.32% 0.81% -
XYZ 47.61 57.11 33.71 -
YUV 193.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 187 207 141 0.10 0 0.32 0.19 78.18 0.41 0.68
Hex BB CF 8D A 0 20 13 4E 29 44
Octal 273 317 215 12 0 40 23 116 51 104
Binary 10111011 11001111 10001101 1010 0 100000 10011 1001110 101001 1000100

Color Harmonies of #BBCF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF8D

Black with #BBCF8D

Text Example


Text Example

White with #BBCF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF8D; }

 p { color: rgb(187,207,141); }

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

background-color css

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

 a { background-color: rgb(187,207,141); }

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

border-color css

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

 span { border-color: rgb(187,207,141); }

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