Html Css Color HEX #B299BA Chatelle

📋 copy color: '#B299BA'

red 178 ◦ green 153 ◦ blue 186

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

Shades of Chatelle #B299BA

Tints of Chatelle #B299BA

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 value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B299BA (or 0xB299BA) is known color: 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

RGB 178 153 186 -
CMYK 0.04 0.18 0 0.27
HSL 285.45º 0.19% 0.66% -
HSV(B) 285.45º 0.18% 0.73% -
XYZ 38.61 35.79 51.33 -
YUV 164.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 178 153 186 0.04 0.18 0 0.27 285.45 0.19 0.66
Hex B2 99 BA 4 12 0 1B 11D 13 42
Octal 262 231 272 4 22 0 33 435 23 102
Binary 10110010 10011001 10111010 100 10010 0 11011 100011101 10011 1000010

Color Harmonies of #B299BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299BA

Black with #B299BA

Text Example


Text Example

White with #B299BA

Text Example


Text Example

HTML Codes & Css Web 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>