#BFB6D4

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

Shades of Moon Raker #BFB6D4

Tints of Moon Raker #BFB6D4

Color information

#BFB6D4 (or 0xBFB6D4) is unknown color: approx Moon Raker. HEX triplet: BF, B6 and D4. RGB value is (191,182,212). Sum of RGB (Red+Green+Blue) = 191+182+212=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFB6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D4 is #40492B. Grayscale: #BCBCBC. Windows color (decimal): -4213036 or 13940415. OLE color: 13940415.

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

Color convert

RGB191182212-
CMYK0.100.1400.17
HSL258º25.86%77.25%-
HSV(B)258º14.15%83.14%-
XYZ50.149.2969.16-
YUV188.11141.48130.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=32.65%
G=31.11%
B=36.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911822120.100.1400.1725825.8677.25
HexBFB6D4AE0111021a4d
Octal277266324121602140232115
Binary10111111101101101101010010101110010001100000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6D4; }

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

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

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

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

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

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

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

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