#BFB0DB

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

Shades of Moon Raker #BFB0DB

Tints of Moon Raker #BFB0DB

Color information

#BFB0DB (or 0xBFB0DB) is unknown color: approx Moon Raker. HEX triplet: BF, B0 and DB. RGB value is (191,176,219). Sum of RGB (Red+Green+Blue) = 191+176+219=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DB is #404F24. Grayscale: #B9B9B9. Windows color (decimal): -4214565 or 14397631. OLE color: 14397631.

HSL color Cylindrical-coordinate representation of color #BFB0DB: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB0DB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191176219-
CMYK0.130.2000.14
HSL260.93º37.39%77.45%-
HSV(B)260.93º19.63%85.88%-
XYZ49.847.2473.51-
YUV185.39146.97132-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=32.59%
G=30.03%
B=37.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911762190.130.2000.14260.9337.3977.45
HexBFB0DBD140E105254d
Octal277260333152401640545115
Binary101111111011000011011011110110100011101000001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0DB; }

 p { color: rgb(191,176,219); }

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

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

 a { background-color: rgb(191,176,219); }

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

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

 span { border-color: rgb(191,176,219); }

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