Html Css Color HEX #BDACC6 Chatelle

📋 copy color: '#BDACC6'

red 189 ◦ green 172 ◦ blue 198

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

Shades of Chatelle #BDACC6

Tints of Chatelle #BDACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 33.81%
G = 30.77%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDACC6 (or 0xBDACC6) is known color: Chatelle. HEX triplet: BD, AC and C6. RGB value is (189,172,198). Sum of RGB (Red+Green+Blue) = 189+172+198=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC6 is #425339. Grayscale: #B3B3B3. Windows color (decimal): -4346682 or 13020349. OLE color: 13020349.

HSL color Cylindrical-coordinate representation of color #BDACC6: hue angle of 279.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDACC6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 172 198 -
CMYK 0.05 0.13 0 0.22
HSL 279.23º 0.19% 0.73% -
HSV(B) 279.23º 0.13% 0.78% -
XYZ 45.93 44.4 59.58 -
YUV 180.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 189 172 198 0.05 0.13 0 0.22 279.23 0.19 0.73
Hex BD AC C6 5 D 0 16 117 13 49
Octal 275 254 306 5 15 0 26 427 23 111
Binary 10111101 10101100 11000110 101 1101 0 10110 100010111 10011 1001001

Color Harmonies of #BDACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACC6

Black with #BDACC6

Text Example


Text Example

White with #BDACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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