Html Css Color HEX #B2A9B7 Chatelle

📋 copy color: '#B2A9B7'

red 178 ◦ green 169 ◦ blue 183

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

Shades of Chatelle #B2A9B7

Tints of Chatelle #B2A9B7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 33.58%
G = 31.89%
B = 34.53%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B2A9B7 (or 0xB2A9B7) is known color: Chatelle. HEX triplet: B2, A9 and B7. RGB value is (178,169,183). Sum of RGB (Red+Green+Blue) = 178+169+183=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #B2A9B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9B7 is #4D5648. Grayscale: #ADADAD. Windows color (decimal): -5068361 or 12036530. OLE color: 12036530.

HSL color Cylindrical-coordinate representation of color #B2A9B7: hue angle of 278.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2A9B7 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 169 183 -
CMYK 0.03 0.08 0 0.28
HSL 278.57º 0.09% 0.69% -
HSV(B) 278.57º 0.08% 0.72% -
XYZ 41.1 41.26 50.6 -
YUV 173.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 178 169 183 0.03 0.08 0 0.28 278.57 0.09 0.69
Hex B2 A9 B7 3 8 0 1C 117 9 45
Octal 262 251 267 3 10 0 34 427 11 105
Binary 10110010 10101001 10110111 11 1000 0 11100 100010111 1001 1000101

Color Harmonies of #B2A9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9B7

Black with #B2A9B7

Text Example


Text Example

White with #B2A9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9B7; }

 p { color: rgb(178,169,183); }

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

background-color css

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

 a { background-color: rgb(178,169,183); }

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

border-color css

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

 span { border-color: rgb(178,169,183); }

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