Html Css Color HEX #B2AFB5 Chatelle

📋 copy color: '#B2AFB5'

red 178 ◦ green 175 ◦ blue 181

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

Shades of Chatelle #B2AFB5

Tints of Chatelle #B2AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.77%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 33.33%
G = 32.77%
B = 33.9%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2AFB5 (or 0xB2AFB5) is known color: Chatelle. HEX triplet: B2, AF and B5. RGB value is (178,175,181). Sum of RGB (Red+Green+Blue) = 178+175+181=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 181 - color contains mainly: blue. Hex color #B2AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFB5 is #4D504A. Grayscale: #B0B0B0. Windows color (decimal): -5066827 or 11906994. OLE color: 11906994.

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

Color convert

RGB 178 175 181 -
CMYK 0.02 0.03 0 0.29
HSL 270º 0.04% 0.7% -
HSV(B) 270º 0.03% 0.71% -
XYZ 42.03 43.46 49.89 -
YUV 176.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 178 175 181 0.02 0.03 0 0.29 270 0.04 0.7
Hex B2 AF B5 2 3 0 1D 10E 4 46
Octal 262 257 265 2 3 0 35 416 4 106
Binary 10110010 10101111 10110101 10 11 0 11101 100001110 100 1000110

Color Harmonies of #B2AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFB5

Black with #B2AFB5

Text Example


Text Example

White with #B2AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFB5; }

 p { color: rgb(178,175,181); }

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

background-color css

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

 a { background-color: rgb(178,175,181); }

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

border-color css

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

 span { border-color: rgb(178,175,181); }

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