#BCB2CF

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

Shades of Moon Raker #BCB2CF

Tints of Moon Raker #BCB2CF

Color information

#BCB2CF (or 0xBCB2CF) is unknown color: approx Moon Raker. HEX triplet: BC, B2 and CF. RGB value is (188,178,207). Sum of RGB (Red+Green+Blue) = 188+178+207=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CF is #434D30. Grayscale: #B8B8B8. Windows color (decimal): -4410673 or 13611708. OLE color: 13611708.

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

Color convert

RGB188178207-
CMYK0.090.1400.19
HSL260.69º23.2%75.49%-
HSV(B)260.69º14.01%81.18%-
XYZ47.9247.0465.58-
YUV184.3140.81130.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=32.81%
G=31.06%
B=36.13%

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
Decimal1881782070.090.1400.19260.6923.275.49
HexBCB2CF9E013105174b
Octal274262317111602340527113
Binary10111100101100101100111110011110010011100000101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2CF; }

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

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

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

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

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

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

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

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