#BFB3D4

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

Shades of Moon Raker #BFB3D4

Tints of Moon Raker #BFB3D4

Color information

#BFB3D4 (or 0xBFB3D4) is unknown color: approx Moon Raker. HEX triplet: BF, B3 and D4. RGB value is (191,179,212). Sum of RGB (Red+Green+Blue) = 191+179+212=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3D4 is #404C2B. Grayscale: #BABABA. Windows color (decimal): -4213804 or 13939647. OLE color: 13939647.

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

Color convert

RGB191179212-
CMYK0.100.1600.17
HSL261.82º27.73%76.67%-
HSV(B)261.82º15.57%83.14%-
XYZ49.4948.0768.96-
YUV186.35142.48131.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 212 (83.20% from 255) = 36.43%
R=32.82%
G=30.76%
B=36.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911792120.100.1600.17261.8227.7376.67
HexBFB3D4A100111061c4d
Octal277263324122002140634115
Binary101111111011001111010100101010000010001100000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3D4; }

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

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

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

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

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

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

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

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