Html Css Color HEX #B29BBB Chatelle

📋 copy color: '#B29BBB'

red 178 ◦ green 155 ◦ blue 187

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

Shades of Chatelle #B29BBB

Tints of Chatelle #B29BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

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

R = 34.23%
G = 29.81%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B29BBB (or 0xB29BBB) is known color: Chatelle. HEX triplet: B2, 9B and BB. RGB value is (178,155,187). Sum of RGB (Red+Green+Blue) = 178+155+187=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBB is #4D6444. Grayscale: #A5A5A5. Windows color (decimal): -5071941 or 12295090. OLE color: 12295090.

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

Color convert

RGB 178 155 187 -
CMYK 0.05 0.17 0 0.27
HSL 283.13º 0.19% 0.67% -
HSV(B) 283.13º 0.17% 0.73% -
XYZ 39.05 36.5 52 -
YUV 165.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 178 155 187 0.05 0.17 0 0.27 283.13 0.19 0.67
Hex B2 9B BB 5 11 0 1B 11B 13 43
Octal 262 233 273 5 21 0 33 433 23 103
Binary 10110010 10011011 10111011 101 10001 0 11011 100011011 10011 1000011

Color Harmonies of #B29BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BBB

Black with #B29BBB

Text Example


Text Example

White with #B29BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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