#BBB4CA

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

Shades of Moon Raker #BBB4CA

Tints of Moon Raker #BBB4CA

Color information

#BBB4CA (or 0xBBB4CA) is unknown color: approx Moon Raker. HEX triplet: BB, B4 and CA. RGB value is (187,180,202). Sum of RGB (Red+Green+Blue) = 187+180+202=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CA is #444B35. Grayscale: #B8B8B8. Windows color (decimal): -4475702 or 13284539. OLE color: 13284539.

HSL color Cylindrical-coordinate representation of color #BBB4CA: hue angle of 259.09º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB4CA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187180202-
CMYK0.070.1100.21
HSL259.09º17.19%74.9%-
HSV(B)259.09º10.89%79.22%-
XYZ47.4847.4762.54-
YUV184.6137.82129.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=32.86%
G=31.63%
B=35.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871802020.070.1100.21259.0917.1974.9
HexBBB4CA7B015103114b
Octal27326431271302540321113
Binary1011101110110100110010101111011010101100000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4CA; }

 p { color: rgb(187,180,202); }

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

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

 a { background-color: rgb(187,180,202); }

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

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

 span { border-color: rgb(187,180,202); }

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