Html Css Color HEX #BBDE93 Sprout

📋 copy color: '#BBDE93'

red 187 ◦ green 222 ◦ blue 147

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

Shades of Sprout #BBDE93

Tints of Sprout #BBDE93

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.93%

 BLUE value IS 147 (57.81% from 255) = 26.44%

R = 33.63%
G = 39.93%
B = 26.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BBDE93 (or 0xBBDE93) is known color: Sprout. HEX triplet: BB, DE and 93. RGB value is (187,222,147). Sum of RGB (Red+Green+Blue) = 187+222+147=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE93 is #44216C. Grayscale: #CBCBCB. Windows color (decimal): -4465005 or 9690811. OLE color: 9690811.

HSL color Cylindrical-coordinate representation of color #BBDE93: hue angle of 88º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDE93 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 147 -
CMYK 0.16 0 0.34 0.13
HSL 88º 0.53% 0.72% -
HSV(B) 88º 0.34% 0.87% -
XYZ 51.88 64.91 37.4 -
YUV 202.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 187 222 147 0.16 0 0.34 0.13 88 0.53 0.72
Hex BB DE 93 10 0 22 D 58 35 48
Octal 273 336 223 20 0 42 15 130 65 110
Binary 10111011 11011110 10010011 10000 0 100010 1101 1011000 110101 1001000

Color Harmonies of #BBDE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE93

Black with #BBDE93

Text Example


Text Example

White with #BBDE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE93; }

 p { color: rgb(187,222,147); }

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

background-color css

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

 a { background-color: rgb(187,222,147); }

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

border-color css

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

 span { border-color: rgb(187,222,147); }

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