Html Css Color HEX #B0A2B7 Chatelle

📋 copy color: '#B0A2B7'

red 176 ◦ green 162 ◦ blue 183

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

Shades of Chatelle #B0A2B7

Tints of Chatelle #B0A2B7

RGB

 RED value IS 176 (69.14% from 255) = 33.78%

 GREEN value IS 162 (63.67% from 255) = 31.09%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 33.78%
G = 31.09%
B = 35.12%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B0A2B7 (or 0xB0A2B7) is known color: Chatelle. HEX triplet: B0, A2 and B7. RGB value is (176,162,183). Sum of RGB (Red+Green+Blue) = 176+162+183=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2B7 is #4F5D48. Grayscale: #A8A8A8. Windows color (decimal): -5201225 or 12034736. OLE color: 12034736.

HSL color Cylindrical-coordinate representation of color #B0A2B7: hue angle of 280º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A2B7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 162 183 -
CMYK 0.04 0.11 0 0.28
HSL 280º 0.13% 0.68% -
HSV(B) 280º 0.11% 0.72% -
XYZ 39.37 38.49 50.15 -
YUV 168.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 176 162 183 0.04 0.11 0 0.28 280 0.13 0.68
Hex B0 A2 B7 4 B 0 1C 118 D 44
Octal 260 242 267 4 13 0 34 430 15 104
Binary 10110000 10100010 10110111 100 1011 0 11100 100011000 1101 1000100

Color Harmonies of #B0A2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2B7

Black with #B0A2B7

Text Example


Text Example

White with #B0A2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2B7; }

 p { color: rgb(176,162,183); }

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

background-color css

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

 a { background-color: rgb(176,162,183); }

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

border-color css

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

 span { border-color: rgb(176,162,183); }

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