#B8ACBE

Color #B8ACBE Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B8ACBE

Tints of Chatelle #B8ACBE

Color information

#B8ACBE (or 0xB8ACBE) is unknown color: approx 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

RGB184172190-
CMYK0.030.0900.25
HSL280º12.16%70.98%-
HSV(B)280º9.47%74.51%-
XYZ43.8143.4154.79-
YUV177.64134.98132.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=33.70%
G=31.50%
B=34.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841721900.030.0900.2528012.1670.98
HexB8ACBE39019118c47
Octal27025427631103143014107
Binary10111000101011001011111011100101100110001100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>