Html Css Color HEX #BBCF99 Sprout

📋 copy color: '#BBCF99'

red 187 ◦ green 207 ◦ blue 153

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

Shades of Sprout #BBCF99

Tints of Sprout #BBCF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.97%

R = 34.19%
G = 37.84%
B = 27.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BBCF99 (or 0xBBCF99) is known color: Sprout. HEX triplet: BB, CF and 99. RGB value is (187,207,153). Sum of RGB (Red+Green+Blue) = 187+207+153=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF99 is #443066. Grayscale: #C3C3C3. Windows color (decimal): -4468839 or 10080187. OLE color: 10080187.

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

Color convert

RGB 187 207 153 -
CMYK 0.10 0 0.26 0.19
HSL 82.22º 0.36% 0.71% -
HSV(B) 82.22º 0.26% 0.81% -
XYZ 48.56 57.49 38.67 -
YUV 194.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 187 207 153 0.10 0 0.26 0.19 82.22 0.36 0.71
Hex BB CF 99 A 0 1A 13 52 24 47
Octal 273 317 231 12 0 32 23 122 44 107
Binary 10111011 11001111 10011001 1010 0 11010 10011 1010010 100100 1000111

Color Harmonies of #BBCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF99

Black with #BBCF99

Text Example


Text Example

White with #BBCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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