Html Css Color HEX #B29EC0 Chatelle

📋 copy color: '#B29EC0'

red 178 ◦ green 158 ◦ blue 192

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

Shades of Chatelle #B29EC0

Tints of Chatelle #B29EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 33.71%
G = 29.92%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B29EC0 (or 0xB29EC0) is known color: Chatelle. HEX triplet: B2, 9E and C0. RGB value is (178,158,192). Sum of RGB (Red+Green+Blue) = 178+158+192=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 192 - color contains mainly: blue. Hex color #B29EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EC0 is #4D613F. Grayscale: #A7A7A7. Windows color (decimal): -5071168 or 12623538. OLE color: 12623538.

HSL color Cylindrical-coordinate representation of color #B29EC0: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29EC0 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 158 192 -
CMYK 0.07 0.18 0 0.25
HSL 275.29º 0.21% 0.69% -
HSV(B) 275.29º 0.18% 0.75% -
XYZ 40.1 37.72 55.04 -
YUV 167.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 178 158 192 0.07 0.18 0 0.25 275.29 0.21 0.69
Hex B2 9E C0 7 12 0 19 113 15 45
Octal 262 236 300 7 22 0 31 423 25 105
Binary 10110010 10011110 11000000 111 10010 0 11001 100010011 10101 1000101

Color Harmonies of #B29EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EC0

Black with #B29EC0

Text Example


Text Example

White with #B29EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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