Html Css Color HEX #B2BFC4 Heather

📋 copy color: '#B2BFC4'

red 178 ◦ green 191 ◦ blue 196

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

Shades of Heather #B2BFC4

Tints of Heather #B2BFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 31.5%
G = 33.81%
B = 34.69%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B2BFC4 (or 0xB2BFC4) is known color: Heather. HEX triplet: B2, BF and C4. RGB value is (178,191,196). Sum of RGB (Red+Green+Blue) = 178+191+196=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFC4 is #4D403B. Grayscale: #BBBBBB. Windows color (decimal): -5062716 or 12894130. OLE color: 12894130.

HSL color Cylindrical-coordinate representation of color #B2BFC4: hue angle of 196.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BFC4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 191 196 -
CMYK 0.09 0.03 0 0.23
HSL 196.67º 0.13% 0.73% -
HSV(B) 196.67º 0.09% 0.77% -
XYZ 46.95 50.71 59.54 -
YUV 187.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 178 191 196 0.09 0.03 0 0.23 196.67 0.13 0.73
Hex B2 BF C4 9 3 0 17 C5 D 49
Octal 262 277 304 11 3 0 27 305 15 111
Binary 10110010 10111111 11000100 1001 11 0 10111 11000101 1101 1001001

Color Harmonies of #B2BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BFC4

Black with #B2BFC4

Text Example


Text Example

White with #B2BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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