Html Css Color HEX #B29FBA Chatelle

📋 copy color: '#B29FBA'

red 178 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #B29FBA

Tints of Chatelle #B29FBA

RGB

 RED value IS 178 (69.92% from 255) = 34.03%

 GREEN value IS 159 (62.5% from 255) = 30.4%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 34.03%
G = 30.4%
B = 35.56%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B29FBA (or 0xB29FBA) is known color: Chatelle. HEX triplet: B2, 9F and BA. RGB value is (178,159,186). Sum of RGB (Red+Green+Blue) = 178+159+186=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FBA is #4D6045. Grayscale: #A7A7A7. Windows color (decimal): -5070918 or 12230578. OLE color: 12230578.

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

Color convert

RGB 178 159 186 -
CMYK 0.04 0.15 0 0.27
HSL 282.22º 0.16% 0.68% -
HSV(B) 282.22º 0.15% 0.73% -
XYZ 39.62 37.81 51.66 -
YUV 167.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 178 159 186 0.04 0.15 0 0.27 282.22 0.16 0.68
Hex B2 9F BA 4 F 0 1B 11A 10 44
Octal 262 237 272 4 17 0 33 432 20 104
Binary 10110010 10011111 10111010 100 1111 0 11011 100011010 10000 1000100

Color Harmonies of #B29FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FBA

Black with #B29FBA

Text Example


Text Example

White with #B29FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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