Html Css Color HEX #B29EBD Chatelle

📋 copy color: '#B29EBD'

red 178 ◦ green 158 ◦ blue 189

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

Shades of Chatelle #B29EBD

Tints of Chatelle #B29EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 33.9%
G = 30.1%
B = 36%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B29EBD (or 0xB29EBD) is known color: Chatelle. HEX triplet: B2, 9E and BD. RGB value is (178,158,189). Sum of RGB (Red+Green+Blue) = 178+158+189=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #B29EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBD is #4D6142. Grayscale: #A7A7A7. Windows color (decimal): -5071171 or 12426930. OLE color: 12426930.

HSL color Cylindrical-coordinate representation of color #B29EBD: hue angle of 278.71º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29EBD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 158 189 -
CMYK 0.06 0.16 0 0.26
HSL 278.71º 0.19% 0.68% -
HSV(B) 278.71º 0.16% 0.74% -
XYZ 39.77 37.59 53.3 -
YUV 167.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 178 158 189 0.06 0.16 0 0.26 278.71 0.19 0.68
Hex B2 9E BD 6 10 0 1A 117 13 44
Octal 262 236 275 6 20 0 32 427 23 104
Binary 10110010 10011110 10111101 110 10000 0 11010 100010111 10011 1000100

Color Harmonies of #B29EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EBD

Black with #B29EBD

Text Example


Text Example

White with #B29EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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