#BBB0CA

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

Shades of Moon Raker #BBB0CA

Tints of Moon Raker #BBB0CA

Color information

#BBB0CA (or 0xBBB0CA) is unknown color: approx Moon Raker. HEX triplet: BB, B0 and CA. RGB value is (187,176,202). Sum of RGB (Red+Green+Blue) = 187+176+202=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CA is #444F35. Grayscale: #B6B6B6. Windows color (decimal): -4476726 or 13283515. OLE color: 13283515.

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

Color convert

RGB187176202-
CMYK0.070.1300.21
HSL265.38º19.7%74.12%-
HSV(B)265.38º12.87%79.22%-
XYZ46.6845.8862.27-
YUV182.25139.14131.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=33.10%
G=31.15%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871762020.070.1300.21265.3819.774.12
HexBBB0CA7D015109144a
Octal27326031271502541124112
Binary1011101110110000110010101111101010101100001001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0CA; }

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

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

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

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

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

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

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

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