#B299BA

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

Shades of Chatelle #B299BA

Tints of Chatelle #B299BA

Color information

#B299BA (or 0xB299BA) is unknown color: approx Chatelle. HEX triplet: B2, 99 and BA. RGB value is (178,153,186). Sum of RGB (Red+Green+Blue) = 178+153+186=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B299BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299BA is #4D6645. Grayscale: #A4A4A4. Windows color (decimal): -5072454 or 12229042. OLE color: 12229042.

HSL color Cylindrical-coordinate representation of color #B299BA: hue angle of 285.45º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B299BA is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178153186-
CMYK0.040.1800.27
HSL285.45º19.3%66.47%-
HSV(B)285.45º17.74%72.94%-
XYZ38.6135.7951.33-
YUV164.24140.28137.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=34.43%
G=29.59%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781531860.040.1800.27285.4519.366.47
HexB299BA41201B11d1342
Octal26223127242203343523102
Binary10110010100110011011101010010010011011100011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299BA; }

 p { color: rgb(178,153,186); }

 H1.HeaderClassName
 {
   color: #B299BA;
 }
 .AnyTagClassName
 {
   color: #B299BA;
 }
</style>
background-color css

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

 a { background-color: rgb(178,153,186); }

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

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

 span { border-color: rgb(178,153,186); }

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