#BCAFD5

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

Shades of Moon Raker #BCAFD5

Tints of Moon Raker #BCAFD5

Color information

#BCAFD5 (or 0xBCAFD5) is unknown color: approx Moon Raker. HEX triplet: BC, AF and D5. RGB value is (188,175,213). Sum of RGB (Red+Green+Blue) = 188+175+213=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD5 is #43502A. Grayscale: #B7B7B7. Windows color (decimal): -4411435 or 14004156. OLE color: 14004156.

HSL color Cylindrical-coordinate representation of color #BCAFD5: hue angle of 260.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAFD5 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188175213-
CMYK0.120.1800.16
HSL260.53º31.15%76.08%-
HSV(B)260.53º17.84%83.53%-
XYZ48.0846.1669.33-
YUV183.22144.81131.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=32.64%
G=30.38%
B=36.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881752130.120.1800.16260.5331.1576.08
HexBCAFD5C120101051f4c
Octal274257325142202040537114
Binary101111001010111111010101110010010010000100000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFD5; }

 p { color: rgb(188,175,213); }

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

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

 a { background-color: rgb(188,175,213); }

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

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

 span { border-color: rgb(188,175,213); }

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