Html Css Color HEX #BDACC5 Chatelle

📋 copy color: '#BDACC5'

red 189 ◦ green 172 ◦ blue 197

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

Shades of Chatelle #BDACC5

Tints of Chatelle #BDACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.82%

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

R = 33.87%
G = 30.82%
B = 35.3%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BDACC5 (or 0xBDACC5) is known color: Chatelle. HEX triplet: BD, AC and C5. RGB value is (189,172,197). Sum of RGB (Red+Green+Blue) = 189+172+197=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC5 is #42533A. Grayscale: #B3B3B3. Windows color (decimal): -4346683 or 12954813. OLE color: 12954813.

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

Color convert

RGB 189 172 197 -
CMYK 0.04 0.13 0 0.23
HSL 280.8º 0.18% 0.72% -
HSV(B) 280.8º 0.13% 0.77% -
XYZ 45.82 44.36 58.97 -
YUV 179.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 189 172 197 0.04 0.13 0 0.23 280.8 0.18 0.72
Hex BD AC C5 4 D 0 17 119 12 48
Octal 275 254 305 4 15 0 27 431 22 110
Binary 10111101 10101100 11000101 100 1101 0 10111 100011001 10010 1001000

Color Harmonies of #BDACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACC5

Black with #BDACC5

Text Example


Text Example

White with #BDACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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