#BFB4D3

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

Shades of Moon Raker #BFB4D3

Tints of Moon Raker #BFB4D3

Color information

#BFB4D3 (or 0xBFB4D3) is unknown color: approx Moon Raker. HEX triplet: BF, B4 and D3. RGB value is (191,180,211). Sum of RGB (Red+Green+Blue) = 191+180+211=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D3 is #404B2C. Grayscale: #BABABA. Windows color (decimal): -4213549 or 13874367. OLE color: 13874367.

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

Color convert

RGB191180211-
CMYK0.090.1500.17
HSL261.29º26.05%76.67%-
HSV(B)261.29º14.69%82.75%-
XYZ49.5648.4268.36-
YUV186.82141.64130.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 211 (82.81% from 255) = 36.25%
R=32.82%
G=30.93%
B=36.25%

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
Decimal1911802110.090.1500.17261.2926.0576.67
HexBFB4D39F0111051a4d
Octal277264323111702140532115
Binary10111111101101001101001110011111010001100000101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4D3; }

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

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

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

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

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

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

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

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