#BCB5CA

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

Shades of Moon Raker #BCB5CA

Tints of Moon Raker #BCB5CA

Color information

#BCB5CA (or 0xBCB5CA) is unknown color: approx Moon Raker. HEX triplet: BC, B5 and CA. RGB value is (188,181,202). Sum of RGB (Red+Green+Blue) = 188+181+202=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5CA is #434A35. Grayscale: #B9B9B9. Windows color (decimal): -4409910 or 13284796. OLE color: 13284796.

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

Color convert

RGB188181202-
CMYK0.070.1000.21
HSL260º16.54%75.1%-
HSV(B)260º10.4%79.22%-
XYZ47.924862.62-
YUV185.49137.32129.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=32.92%
G=31.70%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881812020.070.1000.2126016.5475.1
HexBCB5CA7A015104114b
Octal27426531271202540421113
Binary1011110010110101110010101111010010101100000100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5CA; }

 p { color: rgb(188,181,202); }

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

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

 a { background-color: rgb(188,181,202); }

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

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

 span { border-color: rgb(188,181,202); }

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