#BBAFCF

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

Shades of Moon Raker #BBAFCF

Tints of Moon Raker #BBAFCF

Color information

#BBAFCF (or 0xBBAFCF) is unknown color: approx Moon Raker. HEX triplet: BB, AF and CF. RGB value is (187,175,207). Sum of RGB (Red+Green+Blue) = 187+175+207=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCF is #445030. Grayscale: #B6B6B6. Windows color (decimal): -4476977 or 13610939. OLE color: 13610939.

HSL color Cylindrical-coordinate representation of color #BBAFCF: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAFCF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187175207-
CMYK0.100.1500.19
HSL262.5º25%74.9%-
HSV(B)262.5º15.46%81.18%-
XYZ47.0945.7365.38-
YUV182.24141.98131.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=32.86%
G=30.76%
B=36.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871752070.100.1500.19262.52574.9
HexBBAFCFAF013106194b
Octal273257317121702340631113
Binary10111011101011111100111110101111010011100000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFCF; }

 p { color: rgb(187,175,207); }

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

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

 a { background-color: rgb(187,175,207); }

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

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

 span { border-color: rgb(187,175,207); }

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