#BBABD4

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

Shades of Moon Raker #BBABD4

Tints of Moon Raker #BBABD4

Color information

#BBABD4 (or 0xBBABD4) is unknown color: approx Moon Raker. HEX triplet: BB, AB and D4. RGB value is (187,171,212). Sum of RGB (Red+Green+Blue) = 187+171+212=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABD4 is #44542B. Grayscale: #B4B4B4. Windows color (decimal): -4477996 or 13937595. OLE color: 13937595.

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

Color convert

RGB187171212-
CMYK0.120.1900.17
HSL263.41º32.28%75.1%-
HSV(B)263.41º19.34%83.14%-
XYZ46.9444.4468.39-
YUV180.46145.8132.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=32.81%
G=30%
B=37.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871712120.120.1900.17263.4132.2875.1
HexBBABD4C13011107204b
Octal273253324142302140740113
Binary1011101110101011110101001100100110100011000001111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABD4; }

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

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

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

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

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

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

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

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