Html Css Color HEX #B8A7C6 Chatelle

📋 copy color: '#B8A7C6'

red 184 ◦ green 167 ◦ blue 198

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

Shades of Chatelle #B8A7C6

Tints of Chatelle #B8A7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.42%

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 33.52%
G = 30.42%
B = 36.07%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B8A7C6 (or 0xB8A7C6) is known color: Chatelle. HEX triplet: B8, A7 and C6. RGB value is (184,167,198). Sum of RGB (Red+Green+Blue) = 184+167+198=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8A7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7C6 is #475839. Grayscale: #AFAFAF. Windows color (decimal): -4675642 or 13019064. OLE color: 13019064.

HSL color Cylindrical-coordinate representation of color #B8A7C6: hue angle of 272.9º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A7C6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 167 198 -
CMYK 0.07 0.16 0 0.22
HSL 272.9º 0.21% 0.72% -
HSV(B) 272.9º 0.16% 0.78% -
XYZ 43.78 41.91 59.21 -
YUV 175.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 184 167 198 0.07 0.16 0 0.22 272.9 0.21 0.72
Hex B8 A7 C6 7 10 0 16 111 15 48
Octal 270 247 306 7 20 0 26 421 25 110
Binary 10111000 10100111 11000110 111 10000 0 10110 100010001 10101 1001000

Color Harmonies of #B8A7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A7C6

Black with #B8A7C6

Text Example


Text Example

White with #B8A7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A7C6; }

 p { color: rgb(184,167,198); }

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

background-color css

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

 a { background-color: rgb(184,167,198); }

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

border-color css

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

 span { border-color: rgb(184,167,198); }

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