#BFB2DA

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

Shades of Moon Raker #BFB2DA

Tints of Moon Raker #BFB2DA

Color information

#BFB2DA (or 0xBFB2DA) is unknown color: approx Moon Raker. HEX triplet: BF, B2 and DA. RGB value is (191,178,218). Sum of RGB (Red+Green+Blue) = 191+178+218=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2DA is #404D25. Grayscale: #BABABA. Windows color (decimal): -4214054 or 14332607. OLE color: 14332607.

HSL color Cylindrical-coordinate representation of color #BFB2DA: hue angle of 259.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB2DA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191178218-
CMYK0.120.1800.15
HSL259.5º35.09%77.65%-
HSV(B)259.5º18.35%85.49%-
XYZ50.0647.9872.95-
YUV186.45145.81131.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=32.54%
G=30.32%
B=37.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911782180.120.1800.15259.535.0977.65
HexBFB2DAC120F104234e
Octal277262332142201740443116
Binary101111111011001011011010110010010011111000001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2DA; }

 p { color: rgb(191,178,218); }

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

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

 a { background-color: rgb(191,178,218); }

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

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

 span { border-color: rgb(191,178,218); }

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