#BBB1D4

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

Shades of Moon Raker #BBB1D4

Tints of Moon Raker #BBB1D4

Color information

#BBB1D4 (or 0xBBB1D4) is unknown color: approx Moon Raker. HEX triplet: BB, B1 and D4. RGB value is (187,177,212). Sum of RGB (Red+Green+Blue) = 187+177+212=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1D4 is #444E2B. Grayscale: #B7B7B7. Windows color (decimal): -4476460 or 13939131. OLE color: 13939131.

HSL color Cylindrical-coordinate representation of color #BBB1D4: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB1D4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187177212-
CMYK0.120.1700.17
HSL257.14º28.93%76.27%-
HSV(B)257.14º16.51%83.14%-
XYZ48.146.7668.78-
YUV183.98143.81130.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=32.47%
G=30.73%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871772120.120.1700.17257.1428.9376.27
HexBBB1D4C110111011d4c
Octal273261324142102140135114
Binary101110111011000111010100110010001010001100000001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1D4; }

 p { color: rgb(187,177,212); }

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

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

 a { background-color: rgb(187,177,212); }

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

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

 span { border-color: rgb(187,177,212); }

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