#BBA8E8

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

Shades of Moon Raker #BBA8E8

Tints of Moon Raker #BBA8E8

Color information

#BBA8E8 (or 0xBBA8E8) is unknown color: approx Moon Raker. HEX triplet: BB, A8 and E8. RGB value is (187,168,232). Sum of RGB (Red+Green+Blue) = 187+168+232=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBA8E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8E8 is #445717. Grayscale: #B4B4B4. Windows color (decimal): -4478744 or 15247547. OLE color: 15247547.

HSL color Cylindrical-coordinate representation of color #BBA8E8: hue angle of 257.81º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA8E8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187168232-
CMYK0.190.2800.09
HSL257.81º58.18%78.43%-
HSV(B)257.81º27.59%90.98%-
XYZ49.0644.482.33-
YUV180.98156.79132.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=31.86%
G=28.62%
B=39.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871682320.190.2800.09257.8158.1878.43
HexBBA8E8131C091023a4e
Octal273250350233401140272116
Binary1011101110101000111010001001111100010011000000101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8E8; }

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

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

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

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

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

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

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

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