Html Css Color HEX #BBCE8F Sprout

📋 copy color: '#BBCE8F'

red 187 ◦ green 206 ◦ blue 143

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

Shades of Sprout #BBCE8F

Tints of Sprout #BBCE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.68%

R = 34.89%
G = 38.43%
B = 26.68%

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

#BBCE8F (or 0xBBCE8F) is known color: Sprout. HEX triplet: BB, CE and 8F. RGB value is (187,206,143). Sum of RGB (Red+Green+Blue) = 187+206+143=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE8F is #443170. Grayscale: #C1C1C1. Windows color (decimal): -4469105 or 9424571. OLE color: 9424571.

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

Color convert

RGB 187 206 143 -
CMYK 0.09 0 0.31 0.19
HSL 78.1º 0.39% 0.68% -
HSV(B) 78.1º 0.31% 0.81% -
XYZ 47.52 56.69 34.42 -
YUV 193.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 187 206 143 0.09 0 0.31 0.19 78.1 0.39 0.68
Hex BB CE 8F 9 0 1F 13 4E 27 44
Octal 273 316 217 11 0 37 23 116 47 104
Binary 10111011 11001110 10001111 1001 0 11111 10011 1001110 100111 1000100

Color Harmonies of #BBCE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCE8F

Black with #BBCE8F

Text Example


Text Example

White with #BBCE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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