#BFB6CD

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

Shades of Moon Raker #BFB6CD

Tints of Moon Raker #BFB6CD

Color information

#BFB6CD (or 0xBFB6CD) is unknown color: approx Moon Raker. HEX triplet: BF, B6 and CD. RGB value is (191,182,205). Sum of RGB (Red+Green+Blue) = 191+182+205=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6CD is #404932. Grayscale: #BBBBBB. Windows color (decimal): -4213043 or 13481663. OLE color: 13481663.

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

Color convert

RGB191182205-
CMYK0.070.1100.20
HSL263.48º18.7%75.88%-
HSV(B)263.48º11.22%80.39%-
XYZ49.2348.9464.61-
YUV187.31137.98130.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=33.04%
G=31.49%
B=35.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911822050.070.1100.20263.4818.775.88
HexBFB6CD7B014107134c
Octal27726631571302440723114
Binary1011111110110110110011011111011010100100000111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6CD; }

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

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

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

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

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

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

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

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