#B8AFCD

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

Shades of Moon Raker #B8AFCD

Tints of Moon Raker #B8AFCD

Color information

#B8AFCD (or 0xB8AFCD) is unknown color: approx Moon Raker. HEX triplet: B8, AF and CD. RGB value is (184,175,205). Sum of RGB (Red+Green+Blue) = 184+175+205=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFCD is #475032. Grayscale: #B5B5B5. Windows color (decimal): -4673587 or 13479864. OLE color: 13479864.

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

Color convert

RGB184175205-
CMYK0.100.1500.20
HSL258º23.08%74.51%-
HSV(B)258º14.63%80.39%-
XYZ46.1245.2664.06-
YUV181.11141.48130.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=32.62%
G=31.03%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841752050.100.1500.2025823.0874.51
HexB8AFCDAF014102174b
Octal270257315121702440227113
Binary10111000101011111100110110101111010100100000010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFCD; }

 p { color: rgb(184,175,205); }

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

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

 a { background-color: rgb(184,175,205); }

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

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

 span { border-color: rgb(184,175,205); }

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