#BFB1CE

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

Shades of Moon Raker #BFB1CE

Tints of Moon Raker #BFB1CE

Color information

#BFB1CE (or 0xBFB1CE) is unknown color: approx Moon Raker. HEX triplet: BF, B1 and CE. RGB value is (191,177,206). Sum of RGB (Red+Green+Blue) = 191+177+206=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1CE is #404E31. Grayscale: #B8B8B8. Windows color (decimal): -4214322 or 13545919. OLE color: 13545919.

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

Color convert

RGB191177206-
CMYK0.070.1400.19
HSL268.97º22.83%75.1%-
HSV(B)268.97º14.08%80.78%-
XYZ48.3546.9864.91-
YUV184.49140.14132.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=33.28%
G=30.84%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911772060.070.1400.19268.9722.8375.1
HexBFB1CE7E01310d174b
Octal27726131671602341527113
Binary1011111110110001110011101111110010011100001101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1CE; }

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

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

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

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

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

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

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

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