Html Css Color HEX #B2ACBD French Grey

📋 copy color: '#B2ACBD'

red 178 ◦ green 172 ◦ blue 189

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

Shades of French Grey #B2ACBD

Tints of French Grey #B2ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.91%

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 33.02%
G = 31.91%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2ACBD (or 0xB2ACBD) is known color: French Grey. HEX triplet: B2, AC and BD. RGB value is (178,172,189). Sum of RGB (Red+Green+Blue) = 178+172+189=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACBD is #4D5342. Grayscale: #AFAFAF. Windows color (decimal): -5067587 or 12430514. OLE color: 12430514.

HSL color Cylindrical-coordinate representation of color #B2ACBD: hue angle of 261.18º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2ACBD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 172 189 -
CMYK 0.06 0.09 0 0.26
HSL 261.18º 0.11% 0.71% -
HSV(B) 261.18º 0.09% 0.74% -
XYZ 42.3 42.64 54.15 -
YUV 175.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 178 172 189 0.06 0.09 0 0.26 261.18 0.11 0.71
Hex B2 AC BD 6 9 0 1A 105 B 47
Octal 262 254 275 6 11 0 32 405 13 107
Binary 10110010 10101100 10111101 110 1001 0 11010 100000101 1011 1000111

Color Harmonies of #B2ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACBD

Black with #B2ACBD

Text Example


Text Example

White with #B2ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACBD; }

 p { color: rgb(178,172,189); }

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

background-color css

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

 a { background-color: rgb(178,172,189); }

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

border-color css

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

 span { border-color: rgb(178,172,189); }

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