Html Css Color HEX #B4A9BC Chatelle

📋 copy color: '#B4A9BC'

red 180 ◦ green 169 ◦ blue 188

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

Shades of Chatelle #B4A9BC

Tints of Chatelle #B4A9BC

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 33.52%
G = 31.47%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B4A9BC (or 0xB4A9BC) is known color: Chatelle. HEX triplet: B4, A9 and BC. RGB value is (180,169,188). Sum of RGB (Red+Green+Blue) = 180+169+188=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9BC is #4B5643. Grayscale: #AEAEAE. Windows color (decimal): -4937284 or 12364212. OLE color: 12364212.

HSL color Cylindrical-coordinate representation of color #B4A9BC: hue angle of 274.74º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A9BC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 169 188 -
CMYK 0.04 0.10 0 0.26
HSL 274.74º 0.12% 0.7% -
HSV(B) 274.74º 0.1% 0.74% -
XYZ 42.09 41.71 53.41 -
YUV 174.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 180 169 188 0.04 0.10 0 0.26 274.74 0.12 0.7
Hex B4 A9 BC 4 A 0 1A 113 C 46
Octal 264 251 274 4 12 0 32 423 14 106
Binary 10110100 10101001 10111100 100 1010 0 11010 100010011 1100 1000110

Color Harmonies of #B4A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9BC

Black with #B4A9BC

Text Example


Text Example

White with #B4A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9BC; }

 p { color: rgb(180,169,188); }

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

background-color css

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

 a { background-color: rgb(180,169,188); }

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

border-color css

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

 span { border-color: rgb(180,169,188); }

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