#BFB4D1

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

Shades of Moon Raker #BFB4D1

Tints of Moon Raker #BFB4D1

Color information

#BFB4D1 (or 0xBFB4D1) is unknown color: approx Moon Raker. HEX triplet: BF, B4 and D1. RGB value is (191,180,209). Sum of RGB (Red+Green+Blue) = 191+180+209=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D1 is #404B2E. Grayscale: #BABABA. Windows color (decimal): -4213551 or 13743295. OLE color: 13743295.

HSL color Cylindrical-coordinate representation of color #BFB4D1: hue angle of 262.76º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB4D1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191180209-
CMYK0.090.1400.18
HSL262.76º23.97%76.27%-
HSV(B)262.76º13.88%81.96%-
XYZ49.3248.3267.05-
YUV186.6140.64131.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=32.93%
G=31.03%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911802090.090.1400.18262.7623.9776.27
HexBFB4D19E012107184c
Octal277264321111602240730114
Binary10111111101101001101000110011110010010100000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4D1; }

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

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

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

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

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

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

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

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