#BFB2D0

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

Shades of Moon Raker #BFB2D0

Tints of Moon Raker #BFB2D0

Color information

#BFB2D0 (or 0xBFB2D0) is unknown color: approx Moon Raker. HEX triplet: BF, B2 and D0. RGB value is (191,178,208). Sum of RGB (Red+Green+Blue) = 191+178+208=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2D0 is #404D2F. Grayscale: #B9B9B9. Windows color (decimal): -4214064 or 13677247. OLE color: 13677247.

HSL color Cylindrical-coordinate representation of color #BFB2D0: hue angle of 266º 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 #BFB2D0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191178208-
CMYK0.080.1400.18
HSL266º24.19%75.69%-
HSV(B)266º14.42%81.57%-
XYZ48.7947.4766.27-
YUV185.31140.81132.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=33.10%
G=30.85%
B=36.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911782080.080.1400.1826624.1975.69
HexBFB2D08E01210a184c
Octal277262320101602241230114
Binary10111111101100101101000010001110010010100001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2D0; }

 p { color: rgb(191,178,208); }

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

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

 a { background-color: rgb(191,178,208); }

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

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

 span { border-color: rgb(191,178,208); }

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