Html Css Color HEX #B4ADB6 Chatelle

📋 copy color: '#B4ADB6'

red 180 ◦ green 173 ◦ blue 182

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

Shades of Chatelle #B4ADB6

Tints of Chatelle #B4ADB6

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

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

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

R = 33.64%
G = 32.34%
B = 34.02%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B4ADB6 (or 0xB4ADB6) is known color: Chatelle. HEX triplet: B4, AD and B6. RGB value is (180,173,182). Sum of RGB (Red+Green+Blue) = 180+173+182=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 182 - color contains mainly: blue. Hex color #B4ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADB6 is #4B5249. Grayscale: #B0B0B0. Windows color (decimal): -4936266 or 11972020. OLE color: 11972020.

HSL color Cylindrical-coordinate representation of color #B4ADB6: hue angle of 286.67º 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 #B4ADB6 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 182 -
CMYK 0.01 0.05 0 0.29
HSL 286.67º 0.06% 0.7% -
HSV(B) 286.67º 0.05% 0.71% -
XYZ 42.21 42.97 50.32 -
YUV 176.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 180 173 182 0.01 0.05 0 0.29 286.67 0.06 0.7
Hex B4 AD B6 1 5 0 1D 11F 6 46
Octal 264 255 266 1 5 0 35 437 6 106
Binary 10110100 10101101 10110110 1 101 0 11101 100011111 110 1000110

Color Harmonies of #B4ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADB6

Black with #B4ADB6

Text Example


Text Example

White with #B4ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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