#BFB9CB

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

Shades of Moon Raker #BFB9CB

Tints of Moon Raker #BFB9CB

Color information

#BFB9CB (or 0xBFB9CB) is unknown color: approx Moon Raker. HEX triplet: BF, B9 and CB. RGB value is (191,185,203). Sum of RGB (Red+Green+Blue) = 191+185+203=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9CB is #404634. Grayscale: #BCBCBC. Windows color (decimal): -4212277 or 13351359. OLE color: 13351359.

HSL color Cylindrical-coordinate representation of color #BFB9CB: hue angle of 260º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB9CB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191185203-
CMYK0.060.0900.20
HSL260º14.75%76.08%-
HSV(B)260º8.87%79.61%-
XYZ49.6150.0963.55-
YUV188.85135.99129.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=32.99%
G=31.95%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911852030.060.0900.2026014.7576.08
HexBFB9CB69014104f4c
Octal27727131361102440417114
Binary101111111011100111001011110100101010010000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9CB; }

 p { color: rgb(191,185,203); }

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

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

 a { background-color: rgb(191,185,203); }

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

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

 span { border-color: rgb(191,185,203); }

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