#BFB6CB

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

Shades of Moon Raker #BFB6CB

Tints of Moon Raker #BFB6CB

Color information

#BFB6CB (or 0xBFB6CB) is unknown color: approx Moon Raker. HEX triplet: BF, B6 and CB. RGB value is (191,182,203). Sum of RGB (Red+Green+Blue) = 191+182+203=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6CB is #404934. Grayscale: #BBBBBB. Windows color (decimal): -4213045 or 13350591. OLE color: 13350591.

HSL color Cylindrical-coordinate representation of color #BFB6CB: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB6CB is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191182203-
CMYK0.060.1000.20
HSL265.71º16.8%75.49%-
HSV(B)265.71º10.34%79.61%-
XYZ48.9948.8463.35-
YUV187.08136.98130.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=33.16%
G=31.60%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911822030.060.1000.20265.7116.875.49
HexBFB6CB6A01410a114b
Octal27726631361202441221113
Binary1011111110110110110010111101010010100100001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6CB; }

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

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

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

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

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

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

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

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