Html Css Color HEX #BDADC5 Chatelle

📋 copy color: '#BDADC5'

red 189 ◦ green 173 ◦ blue 197

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

Shades of Chatelle #BDADC5

Tints of Chatelle #BDADC5

RGB

 RED value IS 189 (74.22% from 255) = 33.81%

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 33.81%
G = 30.95%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BDADC5 (or 0xBDADC5) is known color: Chatelle. HEX triplet: BD, AD and C5. RGB value is (189,173,197). Sum of RGB (Red+Green+Blue) = 189+173+197=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC5 is #42523A. Grayscale: #B4B4B4. Windows color (decimal): -4346427 or 12955069. OLE color: 12955069.

HSL color Cylindrical-coordinate representation of color #BDADC5: hue angle of 280º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDADC5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 173 197 -
CMYK 0.04 0.12 0 0.23
HSL 280º 0.17% 0.73% -
HSV(B) 280º 0.12% 0.77% -
XYZ 46.01 44.74 59.03 -
YUV 180.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 189 173 197 0.04 0.12 0 0.23 280 0.17 0.73
Hex BD AD C5 4 C 0 17 118 11 49
Octal 275 255 305 4 14 0 27 430 21 111
Binary 10111101 10101101 11000101 100 1100 0 10111 100011000 10001 1001001

Color Harmonies of #BDADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADC5

Black with #BDADC5

Text Example


Text Example

White with #BDADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADC5; }

 p { color: rgb(189,173,197); }

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

background-color css

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

 a { background-color: rgb(189,173,197); }

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

border-color css

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

 span { border-color: rgb(189,173,197); }

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