#BFB6CE

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

Shades of Moon Raker #BFB6CE

Tints of Moon Raker #BFB6CE

Color information

#BFB6CE (or 0xBFB6CE) is unknown color: approx Moon Raker. HEX triplet: BF, B6 and CE. RGB value is (191,182,206). Sum of RGB (Red+Green+Blue) = 191+182+206=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6CE is #404931. Grayscale: #BBBBBB. Windows color (decimal): -4213042 or 13547199. OLE color: 13547199.

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

Color convert

RGB191182206-
CMYK0.070.1200.19
HSL262.5º19.67%76.08%-
HSV(B)262.5º11.65%80.78%-
XYZ49.3548.9965.25-
YUV187.43138.48130.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=32.99%
G=31.43%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911822060.070.1200.19262.519.6776.08
HexBFB6CE7C013106144c
Octal27726631671402340624114
Binary1011111110110110110011101111100010011100000110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6CE; }

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

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

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

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

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

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

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

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