Html Css Color HEX #BBCE8E Sprout

📋 copy color: '#BBCE8E'

red 187 ◦ green 206 ◦ blue 142

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

Shades of Sprout #BBCE8E

Tints of Sprout #BBCE8E

RGB

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

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

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

R = 34.95%
G = 38.5%
B = 26.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#BBCE8E (or 0xBBCE8E) is known color: Sprout. HEX triplet: BB, CE and 8E. RGB value is (187,206,142). Sum of RGB (Red+Green+Blue) = 187+206+142=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8E is #443171. Grayscale: #C1C1C1. Windows color (decimal): -4469106 or 9359035. OLE color: 9359035.

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

Color convert

RGB 187 206 142 -
CMYK 0.09 0 0.31 0.19
HSL 77.81º 0.4% 0.68% -
HSV(B) 77.81º 0.31% 0.81% -
XYZ 47.45 56.66 34.03 -
YUV 193.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 187 206 142 0.09 0 0.31 0.19 77.81 0.4 0.68
Hex BB CE 8E 9 0 1F 13 4E 28 44
Octal 273 316 216 11 0 37 23 116 50 104
Binary 10111011 11001110 10001110 1001 0 11111 10011 1001110 101000 1000100

Color Harmonies of #BBCE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCE8E

Black with #BBCE8E

Text Example


Text Example

White with #BBCE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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