Html Css Color HEX #B29EB6 Chatelle

📋 copy color: '#B29EB6'

red 178 ◦ green 158 ◦ blue 182

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

Shades of Chatelle #B29EB6

Tints of Chatelle #B29EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 34.36%
G = 30.5%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B29EB6 (or 0xB29EB6) is known color: Chatelle. HEX triplet: B2, 9E and B6. RGB value is (178,158,182). Sum of RGB (Red+Green+Blue) = 178+158+182=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #B29EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EB6 is #4D6149. Grayscale: #A6A6A6. Windows color (decimal): -5071178 or 11968178. OLE color: 11968178.

HSL color Cylindrical-coordinate representation of color #B29EB6: hue angle of 290º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29EB6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 158 182 -
CMYK 0.02 0.13 0 0.29
HSL 290º 0.14% 0.67% -
HSV(B) 290º 0.13% 0.71% -
XYZ 39.03 37.3 49.4 -
YUV 166.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 178 158 182 0.02 0.13 0 0.29 290 0.14 0.67
Hex B2 9E B6 2 D 0 1D 122 E 43
Octal 262 236 266 2 15 0 35 442 16 103
Binary 10110010 10011110 10110110 10 1101 0 11101 100100010 1110 1000011

Color Harmonies of #B29EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EB6

Black with #B29EB6

Text Example


Text Example

White with #B29EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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