#BDA8C8

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

Shades of Prelude #BDA8C8

Tints of Prelude #BDA8C8

Color information

#BDA8C8 (or 0xBDA8C8) is unknown color: approx Prelude. HEX triplet: BD, A8 and C8. RGB value is (189,168,200). Sum of RGB (Red+Green+Blue) = 189+168+200=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8C8 is #425737. Grayscale: #B1B1B1. Windows color (decimal): -4347704 or 13150397. OLE color: 13150397.

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

Color convert

RGB189168200-
CMYK0.060.1600.22
HSL279.38º22.54%72.16%-
HSV(B)279.38º16%78.43%-
XYZ45.4142.9960.55-
YUV177.93140.46135.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=33.93%
G=30.16%
B=35.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891682000.060.1600.22279.3822.5472.16
HexBDA8C86100161171748
Octal27525031062002642727110
Binary10111101101010001100100011010000010110100010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8C8; }

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

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

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

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

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

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

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

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