#BBB2D4

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

Shades of Moon Raker #BBB2D4

Tints of Moon Raker #BBB2D4

Color information

#BBB2D4 (or 0xBBB2D4) is unknown color: approx Moon Raker. HEX triplet: BB, B2 and D4. RGB value is (187,178,212). Sum of RGB (Red+Green+Blue) = 187+178+212=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2D4 is #444D2B. Grayscale: #B8B8B8. Windows color (decimal): -4476204 or 13939387. OLE color: 13939387.

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

Color convert

RGB187178212-
CMYK0.120.1600.17
HSL255.88º28.33%76.47%-
HSV(B)255.88º16.04%83.14%-
XYZ48.347.1668.84-
YUV184.57143.48129.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=32.41%
G=30.85%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871782120.120.1600.17255.8828.3376.47
HexBBB2D4C100111001c4c
Octal273262324142002140034114
Binary101110111011001011010100110010000010001100000000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2D4; }

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

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

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

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

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

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

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

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