#BFB2CF

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

Shades of Moon Raker #BFB2CF

Tints of Moon Raker #BFB2CF

Color information

#BFB2CF (or 0xBFB2CF) is unknown color: approx Moon Raker. HEX triplet: BF, B2 and CF. RGB value is (191,178,207). Sum of RGB (Red+Green+Blue) = 191+178+207=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CF is #404D30. Grayscale: #B9B9B9. Windows color (decimal): -4214065 or 13611711. OLE color: 13611711.

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

Color convert

RGB191178207-
CMYK0.080.1400.19
HSL266.9º23.2%75.49%-
HSV(B)266.9º14.01%81.18%-
XYZ48.6747.4265.62-
YUV185.19140.31132.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 178 (69.92% from 255) = 30.90%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=33.16%
G=30.90%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911782070.080.1400.19266.923.275.49
HexBFB2CF8E01310b174b
Octal277262317101602341327113
Binary10111111101100101100111110001110010011100001011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2CF; }

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

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

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

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

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

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

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

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