#BFB0DE

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

Shades of Moon Raker #BFB0DE

Tints of Moon Raker #BFB0DE

Color information

#BFB0DE (or 0xBFB0DE) is unknown color: approx Moon Raker. HEX triplet: BF, B0 and DE. RGB value is (191,176,222). Sum of RGB (Red+Green+Blue) = 191+176+222=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DE is #404F21. Grayscale: #B9B9B9. Windows color (decimal): -4214562 or 14594239. OLE color: 14594239.

HSL color Cylindrical-coordinate representation of color #BFB0DE: hue angle of 259.57º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB0DE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191176222-
CMYK0.140.2100.13
HSL259.57º41.07%78.04%-
HSV(B)259.57º20.72%87.06%-
XYZ50.247.475.61-
YUV185.73148.47131.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=32.43%
G=29.88%
B=37.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911762220.140.2100.13259.5741.0778.04
HexBFB0DEE150D104294e
Octal277260336162501540451116
Binary101111111011000011011110111010101011011000001001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0DE; }

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

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

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

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

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

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

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

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