#BBA8E0

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

Shades of Moon Raker #BBA8E0

Tints of Moon Raker #BBA8E0

Color information

#BBA8E0 (or 0xBBA8E0) is unknown color: approx Moon Raker. HEX triplet: BB, A8 and E0. RGB value is (187,168,224). Sum of RGB (Red+Green+Blue) = 187+168+224=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBA8E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8E0 is #44571F. Grayscale: #B3B3B3. Windows color (decimal): -4478752 or 14723259. OLE color: 14723259.

HSL color Cylindrical-coordinate representation of color #BBA8E0: hue angle of 260.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA8E0 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187168224-
CMYK0.170.2500.12
HSL260.36º47.46%76.86%-
HSV(B)260.36º25%87.84%-
XYZ47.9543.9576.48-
YUV180.06152.79132.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=32.30%
G=29.02%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871682240.170.2500.12260.3647.4676.86
HexBBA8E011190C1042f4d
Octal273250340213101440457115
Binary1011101110101000111000001000111001011001000001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8E0; }

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

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

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

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

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

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

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

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