Html Css Color HEX #B29BBC Chatelle

📋 copy color: '#B29BBC'

red 178 ◦ green 155 ◦ blue 188

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

Shades of Chatelle #B29BBC

Tints of Chatelle #B29BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 34.17%
G = 29.75%
B = 36.08%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B29BBC (or 0xB29BBC) is known color: Chatelle. HEX triplet: B2, 9B and BC. RGB value is (178,155,188). Sum of RGB (Red+Green+Blue) = 178+155+188=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B29BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBC is #4D6443. Grayscale: #A5A5A5. Windows color (decimal): -5071940 or 12360626. OLE color: 12360626.

HSL color Cylindrical-coordinate representation of color #B29BBC: hue angle of 281.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29BBC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 155 188 -
CMYK 0.05 0.18 0 0.26
HSL 281.82º 0.2% 0.67% -
HSV(B) 281.82º 0.18% 0.74% -
XYZ 39.16 36.54 52.57 -
YUV 165.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 178 155 188 0.05 0.18 0 0.26 281.82 0.2 0.67
Hex B2 9B BC 5 12 0 1A 11A 14 43
Octal 262 233 274 5 22 0 32 432 24 103
Binary 10110010 10011011 10111100 101 10010 0 11010 100011010 10100 1000011

Color Harmonies of #B29BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BBC

Black with #B29BBC

Text Example


Text Example

White with #B29BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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