#BCB1CF

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

Shades of Moon Raker #BCB1CF

Tints of Moon Raker #BCB1CF

Color information

#BCB1CF (or 0xBCB1CF) is unknown color: approx Moon Raker. HEX triplet: BC, B1 and CF. RGB value is (188,177,207). Sum of RGB (Red+Green+Blue) = 188+177+207=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CF is #434E30. Grayscale: #B7B7B7. Windows color (decimal): -4410929 or 13611452. OLE color: 13611452.

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

Color convert

RGB188177207-
CMYK0.090.1400.19
HSL262º23.81%75.29%-
HSV(B)262º14.49%81.18%-
XYZ47.7246.6465.52-
YUV183.71141.14131.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=32.87%
G=30.94%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881772070.090.1400.1926223.8175.29
HexBCB1CF9E013106184b
Octal274261317111602340630113
Binary10111100101100011100111110011110010011100000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1CF; }

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

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

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

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

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

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

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

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