Html Css Color HEX #B5ADBA Chatelle

📋 copy color: '#B5ADBA'

red 181 ◦ green 173 ◦ blue 186

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

Shades of Chatelle #B5ADBA

Tints of Chatelle #B5ADBA

RGB

 RED value IS 181 (71.09% from 255) = 33.52%

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 33.52%
G = 32.04%
B = 34.44%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5ADBA (or 0xB5ADBA) is known color: Chatelle. HEX triplet: B5, AD and BA. RGB value is (181,173,186). Sum of RGB (Red+Green+Blue) = 181+173+186=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBA is #4A5245. Grayscale: #B0B0B0. Windows color (decimal): -4870726 or 12234165. OLE color: 12234165.

HSL color Cylindrical-coordinate representation of color #B5ADBA: hue angle of 276.92º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5ADBA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 173 186 -
CMYK 0.03 0.07 0 0.27
HSL 276.92º 0.09% 0.7% -
HSV(B) 276.92º 0.07% 0.73% -
XYZ 42.86 43.26 52.54 -
YUV 176.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 181 173 186 0.03 0.07 0 0.27 276.92 0.09 0.7
Hex B5 AD BA 3 7 0 1B 115 9 46
Octal 265 255 272 3 7 0 33 425 11 106
Binary 10110101 10101101 10111010 11 111 0 11011 100010101 1001 1000110

Color Harmonies of #B5ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADBA

Black with #B5ADBA

Text Example


Text Example

White with #B5ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADBA; }

 p { color: rgb(181,173,186); }

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

background-color css

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

 a { background-color: rgb(181,173,186); }

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

border-color css

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

 span { border-color: rgb(181,173,186); }

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