#BDB0DC

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

Shades of Moon Raker #BDB0DC

Tints of Moon Raker #BDB0DC

Color information

#BDB0DC (or 0xBDB0DC) is unknown color: approx Moon Raker. HEX triplet: BD, B0 and DC. RGB value is (189,176,220). Sum of RGB (Red+Green+Blue) = 189+176+220=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DC is #424F23. Grayscale: #B8B8B8. Windows color (decimal): -4345636 or 14463165. OLE color: 14463165.

HSL color Cylindrical-coordinate representation of color #BDB0DC: hue angle of 257.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB0DC is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189176220-
CMYK0.140.200.14
HSL257.73º38.6%77.65%-
HSV(B)257.73º20%86.27%-
XYZ49.4347.0474.18-
YUV184.9147.81130.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=32.31%
G=30.09%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891762200.140.200.14257.7338.677.65
HexBDB0DCE140E102274e
Octal275260334162401640247116
Binary101111011011000011011100111010100011101000000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0DC; }

 p { color: rgb(189,176,220); }

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

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

 a { background-color: rgb(189,176,220); }

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

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

 span { border-color: rgb(189,176,220); }

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