Html Css Color HEX #B8A4C3 Chatelle

📋 copy color: '#B8A4C3'

red 184 ◦ green 164 ◦ blue 195

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

Shades of Chatelle #B8A4C3

Tints of Chatelle #B8A4C3

RGB

 RED value IS 184 (72.27% from 255) = 33.89%

 GREEN value IS 164 (64.45% from 255) = 30.2%

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 33.89%
G = 30.2%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B8A4C3 (or 0xB8A4C3) is known color: Chatelle. HEX triplet: B8, A4 and C3. RGB value is (184,164,195). Sum of RGB (Red+Green+Blue) = 184+164+195=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #B8A4C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4C3 is #475B3C. Grayscale: #ADADAD. Windows color (decimal): -4676413 or 12821688. OLE color: 12821688.

HSL color Cylindrical-coordinate representation of color #B8A4C3: hue angle of 278.71º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A4C3 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 164 195 -
CMYK 0.06 0.16 0 0.24
HSL 278.71º 0.21% 0.7% -
HSV(B) 278.71º 0.16% 0.76% -
XYZ 42.89 40.68 57.22 -
YUV 173.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 184 164 195 0.06 0.16 0 0.24 278.71 0.21 0.7
Hex B8 A4 C3 6 10 0 18 117 15 46
Octal 270 244 303 6 20 0 30 427 25 106
Binary 10111000 10100100 11000011 110 10000 0 11000 100010111 10101 1000110

Color Harmonies of #B8A4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A4C3

Black with #B8A4C3

Text Example


Text Example

White with #B8A4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A4C3; }

 p { color: rgb(184,164,195); }

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

background-color css

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

 a { background-color: rgb(184,164,195); }

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

border-color css

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

 span { border-color: rgb(184,164,195); }

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