Html Css Color HEX #BBCF8E Sprout

📋 copy color: '#BBCF8E'

red 187 ◦ green 207 ◦ blue 142

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

Shades of Sprout #BBCF8E

Tints of Sprout #BBCF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.49%

R = 34.89%
G = 38.62%
B = 26.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#BBCF8E (or 0xBBCF8E) is known color: Sprout. HEX triplet: BB, CF and 8E. RGB value is (187,207,142). Sum of RGB (Red+Green+Blue) = 187+207+142=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF8E is #443071. Grayscale: #C1C1C1. Windows color (decimal): -4468850 or 9359291. OLE color: 9359291.

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

Color convert

RGB 187 207 142 -
CMYK 0.10 0 0.31 0.19
HSL 78.46º 0.4% 0.68% -
HSV(B) 78.46º 0.31% 0.81% -
XYZ 47.69 57.14 34.11 -
YUV 193.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 187 207 142 0.10 0 0.31 0.19 78.46 0.4 0.68
Hex BB CF 8E A 0 1F 13 4E 28 44
Octal 273 317 216 12 0 37 23 116 50 104
Binary 10111011 11001111 10001110 1010 0 11111 10011 1001110 101000 1000100

Color Harmonies of #BBCF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF8E

Black with #BBCF8E

Text Example


Text Example

White with #BBCF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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