Html Css Color HEX #B2BCA2 Sprout

📋 copy color: '#B2BCA2'

red 178 ◦ green 188 ◦ blue 162

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

Shades of Sprout #B2BCA2

Tints of Sprout #B2BCA2

RGB

 RED value IS 178 (69.92% from 255) = 33.71%

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 162 (63.67% from 255) = 30.68%

R = 33.71%
G = 35.61%
B = 30.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#B2BCA2 (or 0xB2BCA2) is known color: Sprout. HEX triplet: B2, BC and A2. RGB value is (178,188,162). Sum of RGB (Red+Green+Blue) = 178+188+162=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA2 is #4D435D. Grayscale: #B6B6B6. Windows color (decimal): -5063518 or 10665138. OLE color: 10665138.

HSL color Cylindrical-coordinate representation of color #B2BCA2: hue angle of 83.08º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BCA2 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 162 -
CMYK 0.05 0 0.14 0.26
HSL 83.08º 0.16% 0.69% -
HSV(B) 83.08º 0.14% 0.74% -
XYZ 42.86 48.04 41.2 -
YUV 182.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 178 188 162 0.05 0 0.14 0.26 83.08 0.16 0.69
Hex B2 BC A2 5 0 E 1A 53 10 45
Octal 262 274 242 5 0 16 32 123 20 105
Binary 10110010 10111100 10100010 101 0 1110 11010 1010011 10000 1000101

Color Harmonies of #B2BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BCA2

Black with #B2BCA2

Text Example


Text Example

White with #B2BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BCA2; }

 p { color: rgb(178,188,162); }

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

background-color css

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

 a { background-color: rgb(178,188,162); }

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

border-color css

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

 span { border-color: rgb(178,188,162); }

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