Html Css Color HEX #B2ACB4 Chatelle

📋 copy color: '#B2ACB4'

red 178 ◦ green 172 ◦ blue 180

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

Shades of Chatelle #B2ACB4

Tints of Chatelle #B2ACB4

RGB

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

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

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

R = 33.58%
G = 32.45%
B = 33.96%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2ACB4 (or 0xB2ACB4) is known color: Chatelle. HEX triplet: B2, AC and B4. RGB value is (178,172,180). Sum of RGB (Red+Green+Blue) = 178+172+180=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACB4 is #4D534B. Grayscale: #AEAEAE. Windows color (decimal): -5067596 or 11840690. OLE color: 11840690.

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

Color convert

RGB 178 172 180 -
CMYK 0.01 0.04 0 0.29
HSL 285º 0.05% 0.69% -
HSV(B) 285º 0.04% 0.71% -
XYZ 41.35 42.27 49.16 -
YUV 174.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 178 172 180 0.01 0.04 0 0.29 285 0.05 0.69
Hex B2 AC B4 1 4 0 1D 11D 5 45
Octal 262 254 264 1 4 0 35 435 5 105
Binary 10110010 10101100 10110100 1 100 0 11101 100011101 101 1000101

Color Harmonies of #B2ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACB4

Black with #B2ACB4

Text Example


Text Example

White with #B2ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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