#BBAFCD

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

Shades of Moon Raker #BBAFCD

Tints of Moon Raker #BBAFCD

Color information

#BBAFCD (or 0xBBAFCD) is unknown color: approx Moon Raker. HEX triplet: BB, AF and CD. RGB value is (187,175,205). Sum of RGB (Red+Green+Blue) = 187+175+205=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCD is #445032. Grayscale: #B5B5B5. Windows color (decimal): -4476979 or 13479867. OLE color: 13479867.

HSL color Cylindrical-coordinate representation of color #BBAFCD: hue angle of 264º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAFCD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187175205-
CMYK0.090.1500.20
HSL264º23.08%74.51%-
HSV(B)264º14.63%80.39%-
XYZ46.8445.6364.1-
YUV182.01140.98131.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=32.98%
G=30.86%
B=36.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871752050.090.1500.2026423.0874.51
HexBBAFCD9F014108174b
Octal273257315111702441027113
Binary10111011101011111100110110011111010100100001000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFCD; }

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

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

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

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

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

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

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

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