#BCB1CA

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

Shades of Moon Raker #BCB1CA

Tints of Moon Raker #BCB1CA

Color information

#BCB1CA (or 0xBCB1CA) is unknown color: approx Moon Raker. HEX triplet: BC, B1 and CA. RGB value is (188,177,202). Sum of RGB (Red+Green+Blue) = 188+177+202=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1CA is #434E35. Grayscale: #B7B7B7. Windows color (decimal): -4410934 or 13283772. OLE color: 13283772.

HSL color Cylindrical-coordinate representation of color #BCB1CA: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB1CA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188177202-
CMYK0.070.1200.21
HSL266.4º19.08%74.31%-
HSV(B)266.4º12.38%79.22%-
XYZ47.1246.462.35-
YUV183.14138.64131.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=33.16%
G=31.22%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881772020.070.1200.21266.419.0874.31
HexBCB1CA7C01510a134a
Octal27426131271402541223112
Binary1011110010110001110010101111100010101100001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1CA; }

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

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

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

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

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

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

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

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