#BCB5CC

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

Shades of Moon Raker #BCB5CC

Tints of Moon Raker #BCB5CC

Color information

#BCB5CC (or 0xBCB5CC) is unknown color: approx Moon Raker. HEX triplet: BC, B5 and CC. RGB value is (188,181,204). Sum of RGB (Red+Green+Blue) = 188+181+204=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5CC is #434A33. Grayscale: #B9B9B9. Windows color (decimal): -4409908 or 13415868. OLE color: 13415868.

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

Color convert

RGB188181204-
CMYK0.080.1100.2
HSL258.26º18.4%75.49%-
HSV(B)258.26º11.27%80%-
XYZ48.1648.163.87-
YUV185.72138.32129.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=32.81%
G=31.59%
B=35.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881812040.080.1100.2258.2618.475.49
HexBCB5CC8B014102124b
Octal274265314101302440222113
Binary10111100101101011100110010001011010100100000010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5CC; }

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

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

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

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

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

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

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

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