#BBB2CA

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

Shades of Moon Raker #BBB2CA

Tints of Moon Raker #BBB2CA

Color information

#BBB2CA (or 0xBBB2CA) is unknown color: approx Moon Raker. HEX triplet: BB, B2 and CA. RGB value is (187,178,202). Sum of RGB (Red+Green+Blue) = 187+178+202=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2CA is #444D35. Grayscale: #B7B7B7. Windows color (decimal): -4476214 or 13284027. OLE color: 13284027.

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

Color convert

RGB187178202-
CMYK0.070.1200.21
HSL262.5º18.46%74.51%-
HSV(B)262.5º11.88%79.22%-
XYZ47.0746.6762.4-
YUV183.43138.48130.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=32.98%
G=31.39%
B=35.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871782020.070.1200.21262.518.4674.51
HexBBB2CA7C015106124b
Octal27326231271402540622113
Binary1011101110110010110010101111100010101100000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2CA; }

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

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

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

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

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

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

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

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