Html Css Color HEX #B2ADB6 Chatelle

📋 copy color: '#B2ADB6'

red 178 ◦ green 173 ◦ blue 182

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

Shades of Chatelle #B2ADB6

Tints of Chatelle #B2ADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 33.4%
G = 32.46%
B = 34.15%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2ADB6 (or 0xB2ADB6) is known color: Chatelle. HEX triplet: B2, AD and B6. RGB value is (178,173,182). Sum of RGB (Red+Green+Blue) = 178+173+182=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 182 - color contains mainly: blue. Hex color #B2ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADB6 is #4D5249. Grayscale: #AFAFAF. Windows color (decimal): -5067338 or 11972018. OLE color: 11972018.

HSL color Cylindrical-coordinate representation of color #B2ADB6: hue angle of 273.33º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2ADB6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 173 182 -
CMYK 0.02 0.05 0 0.29
HSL 273.33º 0.06% 0.7% -
HSV(B) 273.33º 0.05% 0.71% -
XYZ 41.75 42.73 50.3 -
YUV 175.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 178 173 182 0.02 0.05 0 0.29 273.33 0.06 0.7
Hex B2 AD B6 2 5 0 1D 111 6 46
Octal 262 255 266 2 5 0 35 421 6 106
Binary 10110010 10101101 10110110 10 101 0 11101 100010001 110 1000110

Color Harmonies of #B2ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADB6

Black with #B2ADB6

Text Example


Text Example

White with #B2ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADB6; }

 p { color: rgb(178,173,182); }

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

background-color css

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

 a { background-color: rgb(178,173,182); }

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

border-color css

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

 span { border-color: rgb(178,173,182); }

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