Html Css Color HEX #B8ACBE Chatelle

📋 copy color: '#B8ACBE'

red 184 ◦ green 172 ◦ blue 190

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

Shades of Chatelle #B8ACBE

Tints of Chatelle #B8ACBE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.5%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 33.7%
G = 31.5%
B = 34.8%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8ACBE (or 0xB8ACBE) is known color: Chatelle. HEX triplet: B8, AC and BE. RGB value is (184,172,190). Sum of RGB (Red+Green+Blue) = 184+172+190=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACBE is #475341. Grayscale: #B1B1B1. Windows color (decimal): -4674370 or 12496056. OLE color: 12496056.

HSL color Cylindrical-coordinate representation of color #B8ACBE: hue angle of 280º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8ACBE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 172 190 -
CMYK 0.03 0.09 0 0.25
HSL 280º 0.12% 0.71% -
HSV(B) 280º 0.09% 0.75% -
XYZ 43.81 43.41 54.79 -
YUV 177.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 184 172 190 0.03 0.09 0 0.25 280 0.12 0.71
Hex B8 AC BE 3 9 0 19 118 C 47
Octal 270 254 276 3 11 0 31 430 14 107
Binary 10111000 10101100 10111110 11 1001 0 11001 100011000 1100 1000111

Color Harmonies of #B8ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACBE

Black with #B8ACBE

Text Example


Text Example

White with #B8ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACBE; }

 p { color: rgb(184,172,190); }

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

background-color css

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

 a { background-color: rgb(184,172,190); }

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

border-color css

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

 span { border-color: rgb(184,172,190); }

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