Html Css Color HEX #B2ADB4 Chatelle

📋 copy color: '#B2ADB4'

red 178 ◦ green 173 ◦ blue 180

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

Shades of Chatelle #B2ADB4

Tints of Chatelle #B2ADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 33.52%
G = 32.58%
B = 33.9%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2ADB4 (or 0xB2ADB4) is known color: Chatelle. HEX triplet: B2, AD and B4. RGB value is (178,173,180). Sum of RGB (Red+Green+Blue) = 178+173+180=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADB4 is #4D524B. Grayscale: #AFAFAF. Windows color (decimal): -5067340 or 11840946. OLE color: 11840946.

HSL color Cylindrical-coordinate representation of color #B2ADB4: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2ADB4 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 173 180 -
CMYK 0.01 0.04 0 0.29
HSL 282.86º 0.04% 0.69% -
HSV(B) 282.86º 0.04% 0.71% -
XYZ 41.54 42.65 49.22 -
YUV 175.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 178 173 180 0.01 0.04 0 0.29 282.86 0.04 0.69
Hex B2 AD B4 1 4 0 1D 11B 4 45
Octal 262 255 264 1 4 0 35 433 4 105
Binary 10110010 10101101 10110100 1 100 0 11101 100011011 100 1000101

Color Harmonies of #B2ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADB4

Black with #B2ADB4

Text Example


Text Example

White with #B2ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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