#BFB7CE

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

Shades of Moon Raker #BFB7CE

Tints of Moon Raker #BFB7CE

Color information

#BFB7CE (or 0xBFB7CE) is unknown color: approx Moon Raker. HEX triplet: BF, B7 and CE. RGB value is (191,183,206). Sum of RGB (Red+Green+Blue) = 191+183+206=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7CE is #404831. Grayscale: #BBBBBB. Windows color (decimal): -4212786 or 13547455. OLE color: 13547455.

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

Color convert

RGB191183206-
CMYK0.070.1100.19
HSL260.87º19.01%76.27%-
HSV(B)260.87º11.17%80.78%-
XYZ49.5649.465.32-
YUV188.01138.15130.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=32.93%
G=31.55%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911832060.070.1100.19260.8719.0176.27
HexBFB7CE7B013105134c
Octal27726731671302340523114
Binary1011111110110111110011101111011010011100000101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7CE; }

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

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

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

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

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

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

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

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