#BFB4CF

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

Shades of Moon Raker #BFB4CF

Tints of Moon Raker #BFB4CF

Color information

#BFB4CF (or 0xBFB4CF) is unknown color: approx Moon Raker. HEX triplet: BF, B4 and CF. RGB value is (191,180,207). Sum of RGB (Red+Green+Blue) = 191+180+207=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CF is #404B30. Grayscale: #BABABA. Windows color (decimal): -4213553 or 13612223. OLE color: 13612223.

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

Color convert

RGB191180207-
CMYK0.080.1300.19
HSL264.44º21.95%75.88%-
HSV(B)264.44º13.04%81.18%-
XYZ49.0748.2265.75-
YUV186.37139.64131.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=33.04%
G=31.14%
B=35.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911802070.080.1300.19264.4421.9575.88
HexBFB4CF8D013108164c
Octal277264317101502341026114
Binary10111111101101001100111110001101010011100001000101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4CF; }

 p { color: rgb(191,180,207); }

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

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

 a { background-color: rgb(191,180,207); }

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

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

 span { border-color: rgb(191,180,207); }

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