Html Css Color HEX #B2ADB3 Chatelle

📋 copy color: '#B2ADB3'

red 178 ◦ green 173 ◦ blue 179

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

Shades of Chatelle #B2ADB3

Tints of Chatelle #B2ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 33.58%
G = 32.64%
B = 33.77%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B2ADB3 (or 0xB2ADB3) is known color: Chatelle. HEX triplet: B2, AD and B3. RGB value is (178,173,179). Sum of RGB (Red+Green+Blue) = 178+173+179=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADB3 is #4D524C. Grayscale: #AFAFAF. Windows color (decimal): -5067341 or 11775410. OLE color: 11775410.

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

Color convert

RGB 178 173 179 -
CMYK 0.01 0.03 0 0.30
HSL 290º 0.04% 0.69% -
HSV(B) 290º 0.03% 0.7% -
XYZ 41.44 42.61 48.69 -
YUV 175.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 178 173 179 0.01 0.03 0 0.30 290 0.04 0.69
Hex B2 AD B3 1 3 0 1E 122 4 45
Octal 262 255 263 1 3 0 36 442 4 105
Binary 10110010 10101101 10110011 1 11 0 11110 100100010 100 1000101

Color Harmonies of #B2ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADB3

Black with #B2ADB3

Text Example


Text Example

White with #B2ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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