Html Css Color HEX #BBCF9B Sprout

📋 copy color: '#BBCF9B'

red 187 ◦ green 207 ◦ blue 155

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

Shades of Sprout #BBCF9B

Tints of Sprout #BBCF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.23%

R = 34.06%
G = 37.7%
B = 28.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BBCF9B (or 0xBBCF9B) is known color: Sprout. HEX triplet: BB, CF and 9B. RGB value is (187,207,155). Sum of RGB (Red+Green+Blue) = 187+207+155=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF9B is #443064. Grayscale: #C3C3C3. Windows color (decimal): -4468837 or 10211259. OLE color: 10211259.

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

Color convert

RGB 187 207 155 -
CMYK 0.10 0 0.25 0.19
HSL 83.08º 0.35% 0.71% -
HSV(B) 83.08º 0.25% 0.81% -
XYZ 48.72 57.56 39.55 -
YUV 195.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 187 207 155 0.10 0 0.25 0.19 83.08 0.35 0.71
Hex BB CF 9B A 0 19 13 53 23 47
Octal 273 317 233 12 0 31 23 123 43 107
Binary 10111011 11001111 10011011 1010 0 11001 10011 1010011 100011 1000111

Color Harmonies of #BBCF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF9B

Black with #BBCF9B

Text Example


Text Example

White with #BBCF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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