#BBB2D5

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

Shades of Moon Raker #BBB2D5

Tints of Moon Raker #BBB2D5

Color information

#BBB2D5 (or 0xBBB2D5) is unknown color: approx Moon Raker. HEX triplet: BB, B2 and D5. RGB value is (187,178,213). Sum of RGB (Red+Green+Blue) = 187+178+213=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D5 is #444D2A. Grayscale: #B8B8B8. Windows color (decimal): -4476203 or 14004923. OLE color: 14004923.

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

Color convert

RGB187178213-
CMYK0.120.1600.16
HSL255.43º29.41%76.67%-
HSV(B)255.43º16.43%83.53%-
XYZ48.4247.2169.51-
YUV184.68143.98129.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=32.35%
G=30.80%
B=36.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871782130.120.1600.16255.4329.4176.67
HexBBB2D5C10010ff1d4d
Octal273262325142002037735115
Binary10111011101100101101010111001000001000011111111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2D5; }

 p { color: rgb(187,178,213); }

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

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

 a { background-color: rgb(187,178,213); }

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

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

 span { border-color: rgb(187,178,213); }

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