Html Css Color HEX #B2ABB4 Chatelle

📋 copy color: '#B2ABB4'

red 178 ◦ green 171 ◦ blue 180

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

Shades of Chatelle #B2ABB4

Tints of Chatelle #B2ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 33.65%
G = 32.33%
B = 34.03%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2ABB4 (or 0xB2ABB4) is known color: Chatelle. HEX triplet: B2, AB and B4. RGB value is (178,171,180). Sum of RGB (Red+Green+Blue) = 178+171+180=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABB4 is #4D544B. Grayscale: #AEAEAE. Windows color (decimal): -5067852 or 11840434. OLE color: 11840434.

HSL color Cylindrical-coordinate representation of color #B2ABB4: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2ABB4 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 171 180 -
CMYK 0.01 0.05 0 0.29
HSL 286.67º 0.06% 0.69% -
HSV(B) 286.67º 0.05% 0.71% -
XYZ 41.16 41.89 49.1 -
YUV 174.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 178 171 180 0.01 0.05 0 0.29 286.67 0.06 0.69
Hex B2 AB B4 1 5 0 1D 11F 6 45
Octal 262 253 264 1 5 0 35 437 6 105
Binary 10110010 10101011 10110100 1 101 0 11101 100011111 110 1000101

Color Harmonies of #B2ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABB4

Black with #B2ABB4

Text Example


Text Example

White with #B2ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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