Html Css Color HEX #B8ADC0 Chatelle

📋 copy color: '#B8ADC0'

red 184 ◦ green 173 ◦ blue 192

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

Shades of Chatelle #B8ADC0

Tints of Chatelle #B8ADC0

RGB

 RED value IS 184 (72.27% from 255) = 33.52%

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

 BLUE value IS 192 (75.39% from 255) = 34.97%

R = 33.52%
G = 31.51%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B8ADC0 (or 0xB8ADC0) is known color: Chatelle. HEX triplet: B8, AD and C0. RGB value is (184,173,192). Sum of RGB (Red+Green+Blue) = 184+173+192=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC0 is #47523F. Grayscale: #B2B2B2. Windows color (decimal): -4674112 or 12627384. OLE color: 12627384.

HSL color Cylindrical-coordinate representation of color #B8ADC0: hue angle of 274.74º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ADC0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 173 192 -
CMYK 0.04 0.10 0 0.25
HSL 274.74º 0.13% 0.72% -
HSV(B) 274.74º 0.1% 0.75% -
XYZ 44.23 43.88 56.01 -
YUV 178.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 184 173 192 0.04 0.10 0 0.25 274.74 0.13 0.72
Hex B8 AD C0 4 A 0 19 113 D 48
Octal 270 255 300 4 12 0 31 423 15 110
Binary 10111000 10101101 11000000 100 1010 0 11001 100010011 1101 1001000

Color Harmonies of #B8ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADC0

Black with #B8ADC0

Text Example


Text Example

White with #B8ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADC0; }

 p { color: rgb(184,173,192); }

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

background-color css

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

 a { background-color: rgb(184,173,192); }

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

border-color css

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

 span { border-color: rgb(184,173,192); }

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