Html Css Color HEX #BDA7C8 Chatelle

📋 copy color: '#BDA7C8'

red 189 ◦ green 167 ◦ blue 200

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

Shades of Chatelle #BDA7C8

Tints of Chatelle #BDA7C8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 33.99%
G = 30.04%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDA7C8 (or 0xBDA7C8) is known color: Chatelle. HEX triplet: BD, A7 and C8. RGB value is (189,167,200). Sum of RGB (Red+Green+Blue) = 189+167+200=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDA7C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7C8 is #425837. Grayscale: #B1B1B1. Windows color (decimal): -4347960 or 13150141. OLE color: 13150141.

HSL color Cylindrical-coordinate representation of color #BDA7C8: hue angle of 280º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA7C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 167 200 -
CMYK 0.06 0.16 0 0.22
HSL 280º 0.23% 0.72% -
HSV(B) 280º 0.17% 0.78% -
XYZ 45.23 42.63 60.49 -
YUV 177.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 189 167 200 0.06 0.16 0 0.22 280 0.23 0.72
Hex BD A7 C8 6 10 0 16 118 17 48
Octal 275 247 310 6 20 0 26 430 27 110
Binary 10111101 10100111 11001000 110 10000 0 10110 100011000 10111 1001000

Color Harmonies of #BDA7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7C8

Black with #BDA7C8

Text Example


Text Example

White with #BDA7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7C8; }

 p { color: rgb(189,167,200); }

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

background-color css

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

 a { background-color: rgb(189,167,200); }

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

border-color css

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

 span { border-color: rgb(189,167,200); }

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