Html Css Color HEX #BBCE9E Sprout

📋 copy color: '#BBCE9E'

red 187 ◦ green 206 ◦ blue 158

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

Shades of Sprout #BBCE9E

Tints of Sprout #BBCE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 33.94%
G = 37.39%
B = 28.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BBCE9E (or 0xBBCE9E) is known color: Sprout. HEX triplet: BB, CE and 9E. RGB value is (187,206,158). Sum of RGB (Red+Green+Blue) = 187+206+158=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCE9E is #443161. Grayscale: #C3C3C3. Windows color (decimal): -4469090 or 10407611. OLE color: 10407611.

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

Color convert

RGB 187 206 158 -
CMYK 0.09 0 0.23 0.19
HSL 83.75º 0.33% 0.71% -
HSV(B) 83.75º 0.23% 0.81% -
XYZ 48.74 57.18 40.82 -
YUV 194.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 187 206 158 0.09 0 0.23 0.19 83.75 0.33 0.71
Hex BB CE 9E 9 0 17 13 54 21 47
Octal 273 316 236 11 0 27 23 124 41 107
Binary 10111011 11001110 10011110 1001 0 10111 10011 1010100 100001 1000111

Color Harmonies of #BBCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCE9E

Black with #BBCE9E

Text Example


Text Example

White with #BBCE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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