Html Css Color HEX #B29EBA Chatelle

📋 copy color: '#B29EBA'

red 178 ◦ green 158 ◦ blue 186

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

Shades of Chatelle #B29EBA

Tints of Chatelle #B29EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

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

R = 34.1%
G = 30.27%
B = 35.63%

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

#B29EBA (or 0xB29EBA) is known color: Chatelle. HEX triplet: B2, 9E and BA. RGB value is (178,158,186). Sum of RGB (Red+Green+Blue) = 178+158+186=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBA is #4D6145. Grayscale: #A7A7A7. Windows color (decimal): -5071174 or 12230322. OLE color: 12230322.

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

Color convert

RGB 178 158 186 -
CMYK 0.04 0.15 0 0.27
HSL 282.86º 0.17% 0.67% -
HSV(B) 282.86º 0.15% 0.73% -
XYZ 39.45 37.46 51.61 -
YUV 167.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 178 158 186 0.04 0.15 0 0.27 282.86 0.17 0.67
Hex B2 9E BA 4 F 0 1B 11B 11 43
Octal 262 236 272 4 17 0 33 433 21 103
Binary 10110010 10011110 10111010 100 1111 0 11011 100011011 10001 1000011

Color Harmonies of #B29EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EBA

Black with #B29EBA

Text Example


Text Example

White with #B29EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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