#BFB2CC

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

Shades of Moon Raker #BFB2CC

Tints of Moon Raker #BFB2CC

Color information

#BFB2CC (or 0xBFB2CC) is unknown color: approx Moon Raker. HEX triplet: BF, B2 and CC. RGB value is (191,178,204). Sum of RGB (Red+Green+Blue) = 191+178+204=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CC is #404D33. Grayscale: #B8B8B8. Windows color (decimal): -4214068 or 13415103. OLE color: 13415103.

HSL color Cylindrical-coordinate representation of color #BFB2CC: hue angle of 270º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB2CC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191178204-
CMYK0.060.1300.2
HSL270º20.31%74.9%-
HSV(B)270º12.75%80%-
XYZ48.3147.2863.71-
YUV184.85138.81132.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=33.33%
G=31.06%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911782040.060.1300.227020.3174.9
HexBFB2CC6D01410e144b
Octal27726231461502441624113
Binary1011111110110010110011001101101010100100001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2CC; }

 p { color: rgb(191,178,204); }

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

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

 a { background-color: rgb(191,178,204); }

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

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

 span { border-color: rgb(191,178,204); }

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