Html Css Color HEX #B2BFB9 Loblolly

📋 copy color: '#B2BFB9'

red 178 ◦ green 191 ◦ blue 185

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

Shades of Loblolly #B2BFB9

Tints of Loblolly #B2BFB9

RGB

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

 GREEN value IS 191 (75% from 255) = 34.48%

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 32.13%
G = 34.48%
B = 33.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#B2BFB9 (or 0xB2BFB9) is known color: Loblolly. HEX triplet: B2, BF and B9. RGB value is (178,191,185). Sum of RGB (Red+Green+Blue) = 178+191+185=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB9 is #4D4046. Grayscale: #BABABA. Windows color (decimal): -5062727 or 12173234. OLE color: 12173234.

HSL color Cylindrical-coordinate representation of color #B2BFB9: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BFB9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 185 -
CMYK 0.07 0 0.03 0.25
HSL 152.31º 0.09% 0.72% -
HSV(B) 152.31º 0.07% 0.75% -
XYZ 45.75 50.23 53.18 -
YUV 186.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 178 191 185 0.07 0 0.03 0.25 152.31 0.09 0.72
Hex B2 BF B9 7 0 3 19 98 9 48
Octal 262 277 271 7 0 3 31 230 11 110
Binary 10110010 10111111 10111001 111 0 11 11001 10011000 1001 1001000

Color Harmonies of #B2BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFB9

Black with #B2BFB9

Text Example


Text Example

White with #B2BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFB9; }

 p { color: rgb(178,191,185); }

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

background-color css

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

 a { background-color: rgb(178,191,185); }

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

border-color css

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

 span { border-color: rgb(178,191,185); }

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