#BCB2D4

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

Shades of Moon Raker #BCB2D4

Tints of Moon Raker #BCB2D4

Color information

#BCB2D4 (or 0xBCB2D4) is unknown color: approx Moon Raker. HEX triplet: BC, B2 and D4. RGB value is (188,178,212). Sum of RGB (Red+Green+Blue) = 188+178+212=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2D4 is #434D2B. Grayscale: #B8B8B8. Windows color (decimal): -4410668 or 13939388. OLE color: 13939388.

HSL color Cylindrical-coordinate representation of color #BCB2D4: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB2D4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188178212-
CMYK0.110.1600.17
HSL257.65º28.33%76.47%-
HSV(B)257.65º16.04%83.14%-
XYZ48.5447.2968.86-
YUV184.87143.31130.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=32.53%
G=30.80%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881782120.110.1600.17257.6528.3376.47
HexBCB2D4B100111021c4c
Octal274262324132002140234114
Binary101111001011001011010100101110000010001100000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2D4; }

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

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

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

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

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

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

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

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