Html Css Color HEX #B19CBA Chatelle

📋 copy color: '#B19CBA'

red 177 ◦ green 156 ◦ blue 186

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

Shades of Chatelle #B19CBA

Tints of Chatelle #B19CBA

RGB

 RED value IS 177 (69.53% from 255) = 34.1%

 GREEN value IS 156 (61.33% from 255) = 30.06%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 34.1%
G = 30.06%
B = 35.84%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B19CBA (or 0xB19CBA) is known color: Chatelle. HEX triplet: B1, 9C and BA. RGB value is (177,156,186). Sum of RGB (Red+Green+Blue) = 177+156+186=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBA is #4E6345. Grayscale: #A5A5A5. Windows color (decimal): -5137222 or 12229809. OLE color: 12229809.

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

Color convert

RGB 177 156 186 -
CMYK 0.05 0.16 0 0.27
HSL 282º 0.18% 0.67% -
HSV(B) 282º 0.16% 0.73% -
XYZ 38.88 36.67 51.48 -
YUV 165.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 177 156 186 0.05 0.16 0 0.27 282 0.18 0.67
Hex B1 9C BA 5 10 0 1B 11A 12 43
Octal 261 234 272 5 20 0 33 432 22 103
Binary 10110001 10011100 10111010 101 10000 0 11011 100011010 10010 1000011

Color Harmonies of #B19CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CBA

Black with #B19CBA

Text Example


Text Example

White with #B19CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CBA; }

 p { color: rgb(177,156,186); }

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

background-color css

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

 a { background-color: rgb(177,156,186); }

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

border-color css

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

 span { border-color: rgb(177,156,186); }

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