Html Css Color HEX #B29ABB Chatelle

📋 copy color: '#B29ABB'

red 178 ◦ green 154 ◦ blue 187

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

Shades of Chatelle #B29ABB

Tints of Chatelle #B29ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 34.3%
G = 29.67%
B = 36.03%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B29ABB (or 0xB29ABB) is known color: Chatelle. HEX triplet: B2, 9A and BB. RGB value is (178,154,187). Sum of RGB (Red+Green+Blue) = 178+154+187=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ABB is #4D6544. Grayscale: #A4A4A4. Windows color (decimal): -5072197 or 12294834. OLE color: 12294834.

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

Color convert

RGB 178 154 187 -
CMYK 0.05 0.18 0 0.27
HSL 283.64º 0.2% 0.67% -
HSV(B) 283.64º 0.18% 0.73% -
XYZ 38.89 36.16 51.94 -
YUV 164.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 178 154 187 0.05 0.18 0 0.27 283.64 0.2 0.67
Hex B2 9A BB 5 12 0 1B 11C 14 43
Octal 262 232 273 5 22 0 33 434 24 103
Binary 10110010 10011010 10111011 101 10010 0 11011 100011100 10100 1000011

Color Harmonies of #B29ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ABB

Black with #B29ABB

Text Example


Text Example

White with #B29ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ABB; }

 p { color: rgb(178,154,187); }

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

background-color css

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

 a { background-color: rgb(178,154,187); }

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

border-color css

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

 span { border-color: rgb(178,154,187); }

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