#BDAAC8

Color #BDAAC8 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #BDAAC8

Tints of Prelude #BDAAC8

Color information

#BDAAC8 (or 0xBDAAC8) is unknown color: approx Prelude. HEX triplet: BD, AA and C8. RGB value is (189,170,200). Sum of RGB (Red+Green+Blue) = 189+170+200=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAC8 is #425537. Grayscale: #B3B3B3. Windows color (decimal): -4347192 or 13150909. OLE color: 13150909.

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

Color convert

RGB189170200-
CMYK0.060.1500.22
HSL278º21.43%72.55%-
HSV(B)278º15%78.43%-
XYZ45.7943.7460.67-
YUV179.1139.79135.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=33.81%
G=30.41%
B=35.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891702000.060.1500.2227821.4372.55
HexBDAAC86F0161161549
Octal27525231061702642625111
Binary1011110110101010110010001101111010110100010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAC8; }

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

 H1.HeaderClassName
 {
   color: #BDAAC8;
 }
 .AnyTagClassName
 {
   color: #BDAAC8;
 }
</style>
background-color css

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

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

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

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

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

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