#BFB3CD

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

Shades of Moon Raker #BFB3CD

Tints of Moon Raker #BFB3CD

Color information

#BFB3CD (or 0xBFB3CD) is unknown color: approx Moon Raker. HEX triplet: BF, B3 and CD. RGB value is (191,179,205). Sum of RGB (Red+Green+Blue) = 191+179+205=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3CD is #404C32. Grayscale: #B9B9B9. Windows color (decimal): -4213811 or 13480895. OLE color: 13480895.

HSL color Cylindrical-coordinate representation of color #BFB3CD: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB3CD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191179205-
CMYK0.070.1300.20
HSL267.69º20.63%75.29%-
HSV(B)267.69º12.68%80.39%-
XYZ48.6347.7264.41-
YUV185.55138.98131.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=33.22%
G=31.13%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911792050.070.1300.20267.6920.6375.29
HexBFB3CD7D01410c154b
Octal27726331571502441425113
Binary1011111110110011110011011111101010100100001100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3CD; }

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

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

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

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

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

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

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

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