#BCB2CB

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

Shades of Moon Raker #BCB2CB

Tints of Moon Raker #BCB2CB

Color information

#BCB2CB (or 0xBCB2CB) is unknown color: approx Moon Raker. HEX triplet: BC, B2 and CB. RGB value is (188,178,203). Sum of RGB (Red+Green+Blue) = 188+178+203=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2CB is #434D34. Grayscale: #B7B7B7. Windows color (decimal): -4410677 or 13349564. OLE color: 13349564.

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

Color convert

RGB188178203-
CMYK0.070.1200.20
HSL264º19.38%74.71%-
HSV(B)264º12.32%79.61%-
XYZ47.4446.8463.04-
YUV183.84138.81130.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=33.04%
G=31.28%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881782030.070.1200.2026419.3874.71
HexBCB2CB7C014108134b
Octal27426231371402441023113
Binary1011110010110010110010111111100010100100001000100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2CB; }

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

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

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

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

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

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

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

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