Html Css Color HEX #B2ABBE French Grey

📋 copy color: '#B2ABBE'

red 178 ◦ green 171 ◦ blue 190

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

Shades of French Grey #B2ABBE

Tints of French Grey #B2ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 33.02%
G = 31.73%
B = 35.25%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2ABBE (or 0xB2ABBE) is known color: French Grey. HEX triplet: B2, AB and BE. RGB value is (178,171,190). Sum of RGB (Red+Green+Blue) = 178+171+190=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABBE is #4D5441. Grayscale: #AFAFAF. Windows color (decimal): -5067842 or 12495794. OLE color: 12495794.

HSL color Cylindrical-coordinate representation of color #B2ABBE: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ABBE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 171 190 -
CMYK 0.06 0.10 0 0.25
HSL 262.11º 0.13% 0.71% -
HSV(B) 262.11º 0.1% 0.75% -
XYZ 42.22 42.31 54.66 -
YUV 175.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 178 171 190 0.06 0.10 0 0.25 262.11 0.13 0.71
Hex B2 AB BE 6 A 0 19 106 D 47
Octal 262 253 276 6 12 0 31 406 15 107
Binary 10110010 10101011 10111110 110 1010 0 11001 100000110 1101 1000111

Color Harmonies of #B2ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABBE

Black with #B2ABBE

Text Example


Text Example

White with #B2ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABBE; }

 p { color: rgb(178,171,190); }

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

background-color css

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

 a { background-color: rgb(178,171,190); }

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

border-color css

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

 span { border-color: rgb(178,171,190); }

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