#B9B0CD

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

Shades of Moon Raker #B9B0CD

Tints of Moon Raker #B9B0CD

Color information

#B9B0CD (or 0xB9B0CD) is unknown color: approx Moon Raker. HEX triplet: B9, B0 and CD. RGB value is (185,176,205). Sum of RGB (Red+Green+Blue) = 185+176+205=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B0CD is #464F32. Grayscale: #B5B5B5. Windows color (decimal): -4607795 or 13480121. OLE color: 13480121.

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

Color convert

RGB185176205-
CMYK0.100.1400.20
HSL258.62º22.48%74.71%-
HSV(B)258.62º14.15%80.39%-
XYZ46.5545.7764.14-
YUV182140.98130.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=32.69%
G=31.10%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851762050.100.1400.20258.6222.4874.71
HexB9B0CDAE014103164b
Octal271260315121602440326113
Binary10111001101100001100110110101110010100100000011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B0CD; }

 p { color: rgb(185,176,205); }

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

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

 a { background-color: rgb(185,176,205); }

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

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

 span { border-color: rgb(185,176,205); }

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