#BFB3D3

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

Shades of Moon Raker #BFB3D3

Tints of Moon Raker #BFB3D3

Color information

#BFB3D3 (or 0xBFB3D3) is unknown color: approx Moon Raker. HEX triplet: BF, B3 and D3. RGB value is (191,179,211). Sum of RGB (Red+Green+Blue) = 191+179+211=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3D3 is #404C2C. Grayscale: #BABABA. Windows color (decimal): -4213805 or 13874111. OLE color: 13874111.

HSL color Cylindrical-coordinate representation of color #BFB3D3: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB3D3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191179211-
CMYK0.090.1500.17
HSL262.5º26.67%76.47%-
HSV(B)262.5º15.17%82.75%-
XYZ49.3648.0268.29-
YUV186.24141.98131.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 211 (82.81% from 255) = 36.32%
R=32.87%
G=30.81%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911792110.090.1500.17262.526.6776.47
HexBFB3D39F0111061b4c
Octal277263323111702140633114
Binary10111111101100111101001110011111010001100000110110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3D3; }

 p { color: rgb(191,179,211); }

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

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

 a { background-color: rgb(191,179,211); }

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

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

 span { border-color: rgb(191,179,211); }

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