Html Css Color HEX #BBCE9B Sprout

📋 copy color: '#BBCE9B'

red 187 ◦ green 206 ◦ blue 155

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

Shades of Sprout #BBCE9B

Tints of Sprout #BBCE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 34.12%
G = 37.59%
B = 28.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BBCE9B (or 0xBBCE9B) is known color: Sprout. HEX triplet: BB, CE and 9B. RGB value is (187,206,155). Sum of RGB (Red+Green+Blue) = 187+206+155=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE9B is #443164. Grayscale: #C2C2C2. Windows color (decimal): -4469093 or 10211003. OLE color: 10211003.

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

Color convert

RGB 187 206 155 -
CMYK 0.09 0 0.25 0.19
HSL 82.35º 0.34% 0.71% -
HSV(B) 82.35º 0.25% 0.81% -
XYZ 48.48 57.07 39.47 -
YUV 194.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 187 206 155 0.09 0 0.25 0.19 82.35 0.34 0.71
Hex BB CE 9B 9 0 19 13 52 22 47
Octal 273 316 233 11 0 31 23 122 42 107
Binary 10111011 11001110 10011011 1001 0 11001 10011 1010010 100010 1000111

Color Harmonies of #BBCE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCE9B

Black with #BBCE9B

Text Example


Text Example

White with #BBCE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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