#BCB1CB

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

Shades of Moon Raker #BCB1CB

Tints of Moon Raker #BCB1CB

Color information

#BCB1CB (or 0xBCB1CB) is unknown color: approx Moon Raker. HEX triplet: BC, B1 and CB. RGB value is (188,177,203). Sum of RGB (Red+Green+Blue) = 188+177+203=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CB is #434E34. Grayscale: #B7B7B7. Windows color (decimal): -4410933 or 13349308. OLE color: 13349308.

HSL color Cylindrical-coordinate representation of color #BCB1CB: hue angle of 265.38º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB1CB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188177203-
CMYK0.070.1300.20
HSL265.38º20%74.51%-
HSV(B)265.38º12.81%79.61%-
XYZ47.2446.4562.98-
YUV183.25139.14131.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=33.10%
G=31.16%
B=35.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881772030.070.1300.20265.382074.51
HexBCB1CB7D014109144b
Octal27426131371502441124113
Binary1011110010110001110010111111101010100100001001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1CB; }

 p { color: rgb(188,177,203); }

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

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

 a { background-color: rgb(188,177,203); }

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

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

 span { border-color: rgb(188,177,203); }

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