Html Css Color HEX #B2A0BE Chatelle

📋 copy color: '#B2A0BE'

red 178 ◦ green 160 ◦ blue 190

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

Shades of Chatelle #B2A0BE

Tints of Chatelle #B2A0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 190 (74.61% from 255) = 35.98%

R = 33.71%
G = 30.3%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2A0BE (or 0xB2A0BE) is known color: Chatelle. HEX triplet: B2, A0 and BE. RGB value is (178,160,190). Sum of RGB (Red+Green+Blue) = 178+160+190=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0BE is #4D5F41. Grayscale: #A8A8A8. Windows color (decimal): -5070658 or 12492978. OLE color: 12492978.

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

Color convert

RGB 178 160 190 -
CMYK 0.06 0.16 0 0.25
HSL 276º 0.19% 0.69% -
HSV(B) 276º 0.16% 0.75% -
XYZ 40.23 38.32 53.99 -
YUV 168.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 178 160 190 0.06 0.16 0 0.25 276 0.19 0.69
Hex B2 A0 BE 6 10 0 19 114 13 45
Octal 262 240 276 6 20 0 31 424 23 105
Binary 10110010 10100000 10111110 110 10000 0 11001 100010100 10011 1000101

Color Harmonies of #B2A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A0BE

Black with #B2A0BE

Text Example


Text Example

White with #B2A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A0BE; }

 p { color: rgb(178,160,190); }

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

background-color css

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

 a { background-color: rgb(178,160,190); }

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

border-color css

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

 span { border-color: rgb(178,160,190); }

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