#BBA8DF

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

Shades of Moon Raker #BBA8DF

Tints of Moon Raker #BBA8DF

Color information

#BBA8DF (or 0xBBA8DF) is unknown color: approx Moon Raker. HEX triplet: BB, A8 and DF. RGB value is (187,168,223). Sum of RGB (Red+Green+Blue) = 187+168+223=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8DF is #445720. Grayscale: #B3B3B3. Windows color (decimal): -4478753 or 14657723. OLE color: 14657723.

HSL color Cylindrical-coordinate representation of color #BBA8DF: hue angle of 260.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA8DF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187168223-
CMYK0.160.2500.13
HSL260.73º46.22%76.67%-
HSV(B)260.73º24.66%87.45%-
XYZ47.8243.975.77-
YUV179.95152.29133.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=32.35%
G=29.07%
B=38.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871682230.160.2500.13260.7346.2276.67
HexBBA8DF10190D1052e4d
Octal273250337203101540556115
Binary1011101110101000110111111000011001011011000001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8DF; }

 p { color: rgb(187,168,223); }

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

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

 a { background-color: rgb(187,168,223); }

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

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

 span { border-color: rgb(187,168,223); }

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